From 05bf36e917a4a3d481b30b3966c5f3bb7cee98c8 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Sat, 30 Jan 2021 19:49:53 +0530 Subject: [PATCH] Modify workflow to trigger on pull request Signed-off-by: divyansh42 --- .github/workflows/verify-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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