We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef29d22 commit 93f8f59Copy full SHA for 93f8f59
1 file changed
.github/workflows/go-version-update.yml
@@ -2,6 +2,7 @@ name: Update Go version
2
3
on:
4
workflow_dispatch:
5
+ pull_request:
6
schedule:
7
- cron: "0 3 * * 1" # Run weekly on Mondays at 3 AM UTC (1 = Monday)
8
0 commit comments