diff --git a/.github/workflows/zitadel.yml b/.github/workflows/zitadel.yml index 1a878e6dd3..35871c3b85 100644 --- a/.github/workflows/zitadel.yml +++ b/.github/workflows/zitadel.yml @@ -5,10 +5,9 @@ on: - '**' tags-ignore: - '**' - # disabled due to a bug -> https://github.community/t/403-error-on-container-registry-push-from-github-action/173071/2 - # pull_request: - # branches: - # - '**' + pull_request: + branches: + - '**' env: REGISTRY: ghcr.io