mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-04-20 15:21:23 +00:00
Modify workflow to trigger on pull request
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
23bd822301
commit
05bf36e917
1 changed files with 1 additions and 1 deletions
2
.github/workflows/verify-push.yaml
vendored
2
.github/workflows/verify-push.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue