ソースを参照

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

acheron 9 ヶ月 前
コミット
c237d17c44
1 ファイル変更1 行追加0 行削除
  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 }}