Skip to content

Commit 805649b

Browse files
committed
ci: change order of the tag preventing travis deploys
1 parent ec8252f commit 805649b

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
@@ -42,7 +42,7 @@ matrix:
4242
- npm run release
4343
on:
4444
branch: master
45-
if: "branch = master AND type = push AND commit_message !~ /^(?i:chore: release)|(?i:\[no-release\])/"
45+
if: "branch = master AND type = push AND commit_message !~ /(?i:no-release)|^(?i:chore: release)/"
4646

4747
before_script:
4848
- sh -c "if [ '$TEST' = '1' ]; then npm install sequelize@^$SEQUELIZE_VERSION.0.0; fi"

0 commit comments

Comments
 (0)