Skip to content

Commit

Permalink
Adjusting publish conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
atooni committed Sep 24, 2018
1 parent 28d5d1a commit 5aeee35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -25,10 +25,10 @@ env:

stages:
- name: VerifyPublish
if: (branch = publish AND type = push) OR tag != ""
if: branch = publish AND type = push
- Test
- name: Deploy
if: (branch = publish AND type = push) OR tag != ""
if: branch = publish AND type = push

jobs:
include:
Expand Down

0 comments on commit 5aeee35

Please sign in to comment.