Skip to content

Commit 6fe2f13

Browse files
committed
add run for push, workflow_dispatch
1 parent 8282e65 commit 6fe2f13

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/weekly-go-version-check.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Weekly go version check
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
# Cron for every Mon at 12:00 UTC.
7-
- cron: "0 12 * * 1"
5+
push:
6+
branches:
7+
- automate-go-patching
8+
9+
# schedule:
10+
# # Cron for every Mon at 12:00 UTC.
11+
# - cron: "0 12 * * 1"
812

913
permissions:
1014
contents: write

0 commit comments

Comments
 (0)