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 012aa67e42
commit 80ff24b65a

View file

@ -8,6 +8,7 @@ on:
- test-bedrock
- v0
- otui-diffs
- snapshot-*
concurrency: ${{ github.workflow }}-${{ github.ref }}