Skip to content

Commit

Permalink
Update .cirrus.yml to trigger mend scans on "mend-.*" branches
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent fb87079 commit 9d66aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ws_scan_task:
cpu: 4
memory: 4G
# run only on master and long-term branches
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*")
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*")
env:
WS_APIKEY: VAULT[development/kv/data/mend data.apikey]
maven_cache:
Expand Down

0 comments on commit 9d66aea

Please sign in to comment.