Skip to content

Commit a9a4d8b

Browse files
committed
chore: workaround to trigger the npm publication in ci pipeline
1 parent 149b103 commit a9a4d8b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# whitelist
2+
branches:
3+
only:
4+
- master
5+
16
language: node_js
27
node_js:
38
- 10
@@ -15,5 +20,3 @@ jobs:
1520
skip_cleanup: true
1621
email: "$NPM_EMAIL"
1722
api_key: "$NPM_TOKEN"
18-
on:
19-
tags: true

0 commit comments

Comments
 (0)