CI: Skip release bump-only workflow runs

This commit is contained in:
darken
2026-05-01 20:08:42 +02:00
committed by Matthias Urhahn
parent fc98db09a2
commit 0ffa87deea
3 changed files with 15 additions and 1 deletions
+4 -1
View File
@@ -3,6 +3,9 @@ name: Code tests & eval
on:
push:
branches: [ main ]
paths-ignore:
- VERSION
- version.properties
pull_request:
branches: [ main ]
@@ -101,4 +104,4 @@ jobs:
run: bats tools/release/bump.bats
- name: Verify version.properties + VERSION are consistent
run: ./tools/release/bump.sh --mode=check
run: ./tools/release/bump.sh --mode=check