From ef350837944a548b207f55cc5047ab10336d65fb Mon Sep 17 00:00:00 2001 From: gitlawr Date: Sun, 16 Jun 2024 11:07:55 +0800 Subject: [PATCH] ci: test --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c367097..3354d081 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: - 'main' + - 'ci' tags: - 'v*.*.*' pull_request: @@ -92,6 +93,7 @@ jobs: version: ['latest', '${{ github.ref_name }}'] exclude: - version: 'main' + - version: 'ci' steps: - name: Checkout uses: actions/checkout@v4