diff --git a/.github/workflows/build-and-sign-image.yml b/.github/workflows/build-and-sign-image.yml index 2cb6094..ab32b5f 100644 --- a/.github/workflows/build-and-sign-image.yml +++ b/.github/workflows/build-and-sign-image.yml @@ -3,15 +3,15 @@ name: Build and sign image on: -# pull_request: -# types: -# - closed -# branches: -# - "main" -# - push: + pull_request: + types: + - closed branches: - - "trigger-image-build-and-push-1" + - "main" + +# push: +# branches: +# - "trigger-image-build-and-push-1" env: REGISTRY: ghcr.io