Skip to content

Commit

Permalink
trigger deploy stage on master, not release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed May 20, 2018
1 parent fcab64a commit 37ff01f
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 @@ -5,7 +5,7 @@ env:
stages:
- test
- name: deploy
if: branch =~ ^release/$
if: branch = master
jobs:
fast_finish: true
include:
Expand Down

0 comments on commit 37ff01f

Please sign in to comment.