fix: skip build workflow on version bump commits

This commit is contained in:
Ryan Moon
2026-04-01 20:05:50 -05:00
parent 7987818ae7
commit c3de66e554

View File

@@ -8,6 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: "!startsWith(github.event.head_commit.message, 'chore: bump version')"
steps:
- name: Checkout