فهرست منبع

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: