Skip to content

Commit

Permalink
CI(deploy): fix only build on master
Browse files Browse the repository at this point in the history
  • Loading branch information
victorperin committed Oct 11, 2019
1 parent b8ba59b commit a78f08b
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 @@ -17,6 +17,6 @@ script:

jobs:
include:
if: branch = master
- stage: deploy
if: (NOT type IN (pull_request)) AND (branch = master)
script: npm run semantic-release

0 comments on commit a78f08b

Please sign in to comment.