We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0412030 commit 6eb69a8Copy full SHA for 6eb69a8
.github/workflows/publish.yml
@@ -1,5 +1,8 @@
1
name: Publish
2
on:
3
+ # Note that the main branch will be used regardless of the branch chosen
4
+ # in the web interface.
5
+ workflow_dispatch:
6
schedule:
7
- cron: '0 0 * * *'
8
jobs:
0 commit comments