We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb083bb commit 4c05417Copy full SHA for 4c05417
.github/workflows/nuget-preview.yml
@@ -3,6 +3,7 @@ name: GitHub Actions
3
on:
4
schedule:
5
- cron: "5 4 3 */1 *" # once a month, at 4:05 on 3rd
6
+ workflow_dispatch:
7
8
jobs:
9
release:
0 commit comments