diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8f39e3..d434da1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: ci -on: [push, pull_request] +on: + push: + branches: [main] + tags: ['*'] + pull_request: concurrency: group: '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}' @@ -12,7 +16,6 @@ jobs: runs-on: ${{ matrix.os }} permissions: contents: read - id-token: write timeout-minutes: 30 strategy: matrix: