Skip to content

Commit

Permalink
ci: update stage condition
Browse files Browse the repository at this point in the history
  • Loading branch information
lobodart committed Jan 20, 2021
1 parent 8975d3b commit 59f1b26
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 @@ xcode_sdk: iphonesimulator12.2
stages:
- test
- name: deploy
if: (tag =~ ^v) AND (branch = master)
if: tag =~ ^v

jobs:
include:
Expand Down

0 comments on commit 59f1b26

Please sign in to comment.