Sfoglia il codice sorgente

ci: Run the release workflow when the release workflow file changes (#3456)

acheron 9 mesi fa
parent
commit
c237d17c44
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/release.yaml

+ 1 - 0
.github/workflows/release.yaml

@@ -10,6 +10,7 @@ on:
       - master
     paths:
       - VERSION
+      - ./github/workflows/release.yaml
 
 env:
   DIST: dist-${{ github.ref_name }}