Skip to content

Commit

Permalink
Build feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend committed Apr 16, 2024
1 parent 1f7905d commit 6a25d55
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,16 @@ workflows:
branches:
only:
- develop

feature-flow:
when:
not:
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
jobs:
- checkout-and-verify:
context: global
filters:
branches:
ignore:
- develop
- main

0 comments on commit 6a25d55

Please sign in to comment.