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 4c8c0b1 commit 48cd978Copy full SHA for 48cd978
.travis.yml
@@ -19,7 +19,7 @@ jobs:
19
os: linux
20
script: npm run check-coverage
21
# If CI fails, codecov does not post a bot comment on PR, so we skip it
22
- if: type != pull_request && branch == master
+ if: type != pull_request && (branch == master || tag is not blank)
23
# Deployment must happen after tests for the whole matrix have been
24
# performed, so we use `jobs.include` with a different `stage`
25
- stage: Deploy
0 commit comments