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 8647200 commit c75d2dfCopy full SHA for c75d2df
.github/workflows/release.yml
@@ -1,5 +1,10 @@
1
name: Release
2
-on: [workflow_dispatch]
+on:
3
+ workflow_dispatch:
4
+ # Release patches and secruity updates on a schedule
5
+ schedule:
6
+ - cron: "0 0 1 * *"
7
+
8
jobs:
9
tag:
10
name: Tag
0 commit comments