Skip to content

Commit

Permalink
update pipeline [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 9, 2019
1 parent b701c67 commit fc59516
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ steps:
build:
env:
BUILDKITE_TAG: '${BUILDKITE_TAG}'
if: |
// Only run on master branch
// More docs here https://buildkite.com/docs/pipelines/conditionals
build.branch =~ /^master\//
- wait

0 comments on commit fc59516

Please sign in to comment.