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 9055827 commit ed8b305Copy full SHA for ed8b305
.travis.yml
@@ -18,7 +18,7 @@ jobs:
18
# Deployment must happen after tests for the whole matrix have been
19
# performed, so we use `jobs.include` with a different `stage`.
20
- stage: Deploy
21
- if: type != pull_request && branch == master && tag is not blank
+ if: type != pull_request && tag is not blank
22
script: gulp publish
23
# NPM_TOKEN environment variable
24
env:
0 commit comments