Skip to content

Commit

Permalink
Merge pull request #47 from saltstack-formulas/myii-patch-1
Browse files Browse the repository at this point in the history
ci(travis): prevent `release` stage running for PRs
  • Loading branch information
myii authored Feb 24, 2019
2 parents c246939 + 3a072c7 commit ad9d447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stages:
- test
- commitlint
- name: release
if: branch = master
if: branch = master AND type != pull_request

sudo: required
cache: bundler
Expand Down

0 comments on commit ad9d447

Please sign in to comment.