Skip to content

Commit c929bd3

Browse files
committed
chore: update travis config
1 parent e7a1472 commit c929bd3

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
@@ -19,7 +19,7 @@ jobs:
1919
script:
2020
- yarn run test:ci
2121
- stage: release
22-
if: "(branch = master) AND (NOT (type IN (pull_request))) AND (tag =~ /^v2/)"
22+
if: "(tag =~ /^v2/) AND (NOT (type IN (pull_request)))"
2323
before_install:
2424
- curl -o- -L https://yarnpkg.com/install.sh | bash
2525
- export PATH="$HOME/.yarn/bin:$PATH"

0 commit comments

Comments
 (0)