From: Evan You Date: Wed, 11 Dec 2024 08:17:06 +0000 (+0800) Subject: ci: fix continuous release vapor skip X-Git-Tag: v3.6.0-alpha.1~16^2~158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=badd995e567d6406858f644e3fdf32ee8bbbafc1;p=thirdparty%2Fvuejs%2Fcore.git ci: fix continuous release vapor skip --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bec7a70a84..40ceb8a261 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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