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 a610ead commit 3dd1253Copy full SHA for 3dd1253
.travis.yml
@@ -27,7 +27,7 @@ jobs:
27
# Deployment must happen after tests for the whole matrix have been
28
# performed, so we use `jobs.include` with a different `stage`.
29
- stage: Deploy
30
- if: type != pull_request && branch == master && tag is not blank
+ if: type != pull_request && tag is not blank
31
script: gulp publish
32
# NPM_TOKEN environment variable
33
env:
0 commit comments