add chore option for pipeline

This commit is contained in:
Rasmus Wejlgaard 2026-04-22 20:44:24 +01:00
parent 96618902a9
commit 64f67ef8a6

View file

@ -10,6 +10,7 @@ permissions:
jobs:
release:
runs-on: ubuntu-latest
if: "!startsWith(github.event.head_commit.message, 'chore:')"
steps:
- uses: actions/checkout@v4
with: