소스 검색

ci: only release for push event [ci skip]

三咲智子 Kevin Deng 2 년 전
부모
커밋
db6eff64a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -64,7 +64,7 @@ jobs:
   release:
     concurrency:
       group: release
-    if: github.repository == 'vuejs/core-vapor'
+    if: github.repository == 'vuejs/core-vapor' && github.event_name == 'push'
     runs-on: ubuntu-latest
     needs: [unit-test, lint-and-test-dts]
     steps: