Skip to content

Commit ed8b305

Browse files
committed
Update .travis.yml
1 parent 9055827 commit ed8b305

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
@@ -18,7 +18,7 @@ jobs:
1818
# Deployment must happen after tests for the whole matrix have been
1919
# performed, so we use `jobs.include` with a different `stage`.
2020
- stage: Deploy
21-
if: type != pull_request && branch == master && tag is not blank
21+
if: type != pull_request && tag is not blank
2222
script: gulp publish
2323
# NPM_TOKEN environment variable
2424
env:

0 commit comments

Comments
 (0)