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