We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1962eb commit 0cf650cCopy full SHA for 0cf650c
.github/workflows/release.yml
@@ -3,6 +3,8 @@ name: Release
3
on:
4
schedule:
5
- cron: "0 6 * * mon" # 6am UTC, 11pm PST
6
+ #pull_request:
7
+ # branches: '**'
8
workflow_dispatch:
9
inputs:
10
release_name:
0 commit comments