Fix CI not running when it should

This commit is contained in:
Slendy 2023-05-15 15:06:08 -05:00
commit 4c6f2f0e16
No known key found for this signature in database
GPG key ID: 7288D68361B91428

View file

@ -7,7 +7,7 @@ name: Continuous Integration
jobs:
test:
name: Build & Test
if: "!contains(github.event.head_commit.message, '[skip ci]')"
if: "!startsWith(github.event.head_commit.message, '[skip ci]')"
runs-on: ${{matrix.os.fullName}}
strategy:
fail-fast: false