Don't trigger build on tags
This commit is contained in:
parent
9f20760c2c
commit
1701f76464
@ -5,7 +5,7 @@ language: node_js
|
||||
node:
|
||||
- 14
|
||||
|
||||
if: commit_message =~ ci-build
|
||||
if: tag IS blank AND commit_message =~ ci-build
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
Loading…
x
Reference in New Issue
Block a user