From 6e19a4ab8bf437fb4f736f7116d30b027cc08f47 Mon Sep 17 00:00:00 2001 From: GyDi Date: Thu, 24 Nov 2022 10:41:03 +0800 Subject: [PATCH] chore: ci --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7534c23..32d48c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,7 @@ jobs: matrix: os: [windows-latest, ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} - if: | - startsWith(github.repository, 'zzzgydi') && - startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.repository, 'zzzgydi') steps: - name: Checkout repository uses: actions/checkout@v2