Skip to content

Commit 0faf29c

Browse files
authored
generate new cache on pull request
1 parent 25b43fe commit 0faf29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Run at 1:07 on mondays and fridays
66
# https://stackoverflow.com/questions/59560214/github-action-works-on-push-but-not-scheduled
77
- cron: 7 1 * * 1,5
8-
push:
8+
pull_request:
99
branches:
1010
- main
1111

0 commit comments

Comments
 (0)