Skip to content

Commit

Permalink
Don't trigger build on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Aug 21, 2021
1 parent 9f20760 commit 1701f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1701f76

Please sign in to comment.