Skip to content

Commit aa8cd3f

Browse files
committed
change from on: push: to on: pull req:
1 parent b4e06c2 commit aa8cd3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Dockerfile Dependencies
22
on:
33
# schedule:
44
# - cron: '0 12 * * * *'
5-
push:
5+
pull_request:
66

77
permissions:
88
pull-requests: write

0 commit comments

Comments
 (0)