Skip to content

Commit 2e68dfc

Browse files
committed
Added: trigger for dev branches
1 parent e19d2b7 commit 2e68dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocibuild.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ snapshotVersion: ${shortversion}-SNAPSHOT
1313
version: ${shortversion}${?BLD_BRANCH_SUFFIX}.${BLD_NUMBER}
1414
# A list of branch names, including special branch name 'pull-requests'. Determines which branches will trigger on
1515
# commit to bitbucket.
16-
triggerOnCommitBranches : ["master", "provider_preview", "pull-requests"]
16+
triggerOnCommitBranches : ["master", "provider_preview", "dev_provider_*"]
1717
# A list of branch names that should run all defined build steps including those which publish artifacts.
1818
# If a branch is not included in the list, it will be a 'dry-run' build and skips any steps that push dependencies,
1919
# runs scanners, or notifies other services, such as pipelines.

0 commit comments

Comments
 (0)