瀏覽代碼

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 }}