Don't trigger build on tags

This commit is contained in:
JannisX11 2021-08-21 23:10:52 +02:00
parent 9f20760c2c
commit 1701f76464

View File

@ -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: