Skip to content

Commit 3278f5e

Browse files
sagarp337Maxrovr
authored andcommitted
Bug Fix - add publish_artifact branch in ocibuild.conf file
1 parent 5aa90d3 commit 3278f5e

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
@@ -17,7 +17,7 @@ triggerOnCommitBranches : ["*"]
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.
20-
releaseBranches: ["release_gh"]
20+
releaseBranches: ["publish_artifact"]
2121

2222
## Build Service Slack Notification ##
2323
sendNotificationBranches: ["master", "provider_preview"]

0 commit comments

Comments
 (0)