Skip to content

Commit

Permalink
add back branch gating
Browse files Browse the repository at this point in the history
  • Loading branch information
Phani Raj committed Jul 18, 2022
1 parent 959db26 commit d41700b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@ steps:
- wait

- block: ":rocket: Release !"
branches: "main"

- command: script/bump-version.sh
if: build.branch == "main"
label: ":arrow_up_small: Bump & tag version"

- wait

- label: ":github: Publishing artifacts"
if: build.branch == "main"
command: script/release.sh
plugins:
- docker#v3.8.0:
Expand Down

0 comments on commit d41700b

Please sign in to comment.