ソースを参照

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

Dax Raad 2 ヶ月 前
コミット
80ff24b65a
1 ファイル変更1 行追加0 行削除
  1. 1 0
      .github/workflows/snapshot.yml

+ 1 - 0
.github/workflows/snapshot.yml

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