diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 720fba7..32ce0bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: release: name: Release? - if: github.event == 'push' + if: github.event_name == 'push' && github.repository == 'unfunco/terraform-aws-oidc-github' needs: [ verify ] permissions: contents: write