Skip to content

Commit

Permalink
Merge pull request #5 from nisrulz/develop
Browse files Browse the repository at this point in the history
Use OR instead of AND in condition
  • Loading branch information
nisrulz authored May 4, 2020
2 parents a0bf8b1 + 3a7e3c6 commit 0b953b1
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 @@ -72,7 +72,7 @@ stages:
- name: test_and_build
if: type = pull_request
- name: deploy
if: (branch = master AND tag IS present) AND type != pull_request
if: (branch = master OR tag IS present) AND type != pull_request

jobs:
fast_finish: true
Expand Down

0 comments on commit 0b953b1

Please sign in to comment.