Skip to content

Commit

Permalink
Exclude release branches from CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Mar 7, 2023
1 parent 9317a86 commit 9fa6286
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Expand Up @@ -28,5 +28,9 @@ jobs:
workflows:
unit_tests:
triggers:
branches:
ignore:
- /release\/.*/
jobs:
- build-and-test

0 comments on commit 9fa6286

Please sign in to comment.