Skip to content

Commit 360fa06

Browse files
committed
Travis job include condition tweak
1 parent f4e104d commit 360fa06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ script:
2929
jobs:
3030
include:
3131
- stage: deploy
32-
if: branch = master
32+
if: branch = master OR tag IS present
3333
script: echo "Deploying..."
3434
node_js: '8'
3535
deploy:

0 commit comments

Comments
 (0)