We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4e327 commit bc08d80Copy full SHA for bc08d80
.github/workflows/auto-pr.yml
@@ -1,6 +1,7 @@
1
name: Automated PR for merging master into gh-pages
2
3
on:
4
+ workflow_dispatch:
5
schedule:
6
- cron: '0 0 * * 0' # Runs every Sunday at 00:00
7
0 commit comments