소스 검색

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