We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8252f commit 805649bCopy full SHA for 805649b
.travis.yml
@@ -42,7 +42,7 @@ matrix:
42
- npm run release
43
on:
44
branch: master
45
- if: "branch = master AND type = push AND commit_message !~ /^(?i:chore: release)|(?i:\[no-release\])/"
+ if: "branch = master AND type = push AND commit_message !~ /(?i:no-release)|^(?i:chore: release)/"
46
47
before_script:
48
- sh -c "if [ '$TEST' = '1' ]; then npm install sequelize@^$SEQUELIZE_VERSION.0.0; fi"
0 commit comments