Skip to content

Commit e3d512d

Browse files
committed
Add pull request to type of event for workflow to be run on
1 parent fc71bba commit e3d512d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Push
22

3-
on: [push, workflow_dispatch]
3+
on: [push, workflow_dispatch, pull_request]
44
env:
55
BUILDX_CACHE: /tmp/.buildx-cache
66
CACHE_KEY: docker-erddap-buildx-

0 commit comments

Comments
 (0)