Update workflow [ci skip]

This commit is contained in:
Mitchell Krog 2021-07-04 14:19:46 +02:00 committed by GitHub
parent 5ee3217d80
commit 0cfcdc4a3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ on:
jobs:
build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
if: "!contains(github.event.head_commit.message, 'skipci')"
runs-on: ubuntu-latest
steps: