diff --git a/.github/workflows/push-oidc-containers.yml b/.github/workflows/push-oidc-containers.yml index 410bbb91..2cfabe27 100644 --- a/.github/workflows/push-oidc-containers.yml +++ b/.github/workflows/push-oidc-containers.yml @@ -4,12 +4,12 @@ permissions: on: push: branches: - - test-oidc + - main tags: - "*" pull_request: branches: - - test-oidc + - main concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}