diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcf19ad8..e36faf82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: - 'main' + - 'ci' tags: - 'v*.*.*' pull_request: @@ -100,6 +101,7 @@ jobs: version: ['latest', '${{ github.ref_name }}'] exclude: - version: 'main' + - version: 'ci' steps: - name: Checkout uses: actions/checkout@v4