]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: fix continuous release vapor skip
authorEvan You <evan@vuejs.org>
Wed, 11 Dec 2024 08:17:06 +0000 (16:17 +0800)
committerEvan You <evan@vuejs.org>
Wed, 11 Dec 2024 08:43:17 +0000 (16:43 +0800)
.github/workflows/ci.yml

index bec7a70a849459982021ee710a34d2ab2372e8d1..40ceb8a2611988601a268ebfa7c6423345995ba6 100644 (file)
@@ -3,7 +3,6 @@ on:
   push:
     branches:
       - '**'
-      - '!vapor'
     tags:
       - '!**'
   pull_request:
@@ -17,7 +16,7 @@ jobs:
     uses: ./.github/workflows/test.yml
 
   continuous-release:
-    if: github.repository == 'vuejs/core'
+    if: github.repository == 'vuejs/core' && github.ref_name != 'vapor'
     runs-on: ubuntu-latest
     steps:
       - name: Checkout