diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34f98df..20001d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Run tests on: push: - branches: [ "main" ] + branches: [ "main", "feature/optimisation" ] pull_request: - branches: [ "main" ] + branches: [ "main", "feature/optimisation" ] jobs: test: