diff --git a/.github/workflows/oidc-e2-test.yml b/.github/workflows/oidc-e2-test.yml index baeb1da69..d0069951e 100644 --- a/.github/workflows/oidc-e2-test.yml +++ b/.github/workflows/oidc-e2-test.yml @@ -1,7 +1,5 @@ name: Snapshot based E2E OIDC tests workflow -on: - pull_request: - branches: [ '**' ] +on: [push, pull_request] env: VERSION: '2.9.0' KEYCLOAK_VERSION: '21.0.1'