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

This commit is contained in:
Dax Raad
2025-11-29 21:30:38 +00:00
committed by opencode
parent 012aa67e42
commit 80ff24b65a
+1
View File
@@ -8,6 +8,7 @@ on:
- test-bedrock
- v0
- otui-diffs
- snapshot-*
concurrency: ${{ github.workflow }}-${{ github.ref }}