diff --git a/.github/workflows/verify-push.yaml b/.github/workflows/verify-push.yaml index ed01a4b..2d0466c 100644 --- a/.github/workflows/verify-push.yaml +++ b/.github/workflows/verify-push.yaml @@ -2,7 +2,7 @@ # is some change in code done to ensure that the changes # are not buggy and we are getting the desired output. name: Test Build and Push -on: [ push, workflow_dispatch ] +on: [ push, workflow_dispatch, pull_request_target ] env: IMAGE_NAME: myimage IMAGE_REGISTRY: quay.io