Explorar o código

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

Dax Raad hai 2 meses
pai
achega
80ff24b65a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 }}