Skip to content

Commit

Permalink
[ci/cd] run tests on every branch except main
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw committed Apr 25, 2022
1 parent 6334dac commit 55ed432
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,8 @@ workflows:
# Build the Docker images and run Forge tests
build-test-deploy:
when:
or:
- equal: [auto, << pipeline.git.branch >>]
- equal: [canary, << pipeline.git.branch >>]
not:
equal: [main, << pipeline.git.branch >>]
jobs:
# - build-benchmarks
- e2e-test
Expand Down

0 comments on commit 55ed432

Please sign in to comment.