We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd15bf commit 28daa82Copy full SHA for 28daa82
1 file changed
.github/workflows/release.yml
@@ -2,8 +2,10 @@ name: Release
2
3
on:
4
workflow_dispatch:
5
- schedule:
6
- - cron: "0 9 * * 2" # every Tuesday at 9 am UTC
+ branches:
+ - main
7
+# schedule:
8
+# - cron: "0 9 * * 2" # every Tuesday at 9 am UTC
9
10
jobs:
11
release:
0 commit comments