We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f085206 commit f63b165Copy full SHA for f63b165
ocibuild.conf
@@ -14,7 +14,7 @@ version: ${shortversion}${?BLD_BRANCH_SUFFIX}.${BLD_NUMBER}
14
# A list of branch names, including special branch name 'pull-requests'. Determines which branches will trigger on
15
# commit to bitbucket.
16
17
-triggerOnCommitBranches : ["master","release_gh","provider_preview", "dev_provider_*"]
+triggerOnCommitBranches : ["*"]
18
# A list of branch names that should run all defined build steps including those which publish artifacts.
19
# If a branch is not included in the list, it will be a 'dry-run' build and skips any steps that push dependencies,
20
# runs scanners, or notifies other services, such as pipelines.
0 commit comments