We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e104d commit 360fa06Copy full SHA for 360fa06
.travis.yml
@@ -29,7 +29,7 @@ script:
29
jobs:
30
include:
31
- stage: deploy
32
- if: branch = master
+ if: branch = master OR tag IS present
33
script: echo "Deploying..."
34
node_js: '8'
35
deploy:
0 commit comments