Skip to content

Commit 3dd1253

Browse files
committed
Update .travis.yml
1 parent a610ead commit 3dd1253

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
@@ -27,7 +27,7 @@ jobs:
2727
# Deployment must happen after tests for the whole matrix have been
2828
# performed, so we use `jobs.include` with a different `stage`.
2929
- stage: Deploy
30-
if: type != pull_request && branch == master && tag is not blank
30+
if: type != pull_request && tag is not blank
3131
script: gulp publish
3232
# NPM_TOKEN environment variable
3333
env:

0 commit comments

Comments
 (0)