ci: allow snapshot builds from any branch starting with snapshot- prefix

This commit is contained in:
Dax Raad
2025-11-29 16:24:02 -05:00
committed by opencode
parent c8696063c2
commit 2ef51ca6c3
+1
View File
@@ -8,6 +8,7 @@ on:
- test-bedrock
- v0
- otui-diffs
- snapshot-*
concurrency: ${{ github.workflow }}-${{ github.ref }}