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 0612d67 commit 147923eCopy full SHA for 147923e
1 file changed
.github/workflows/generate-changelog.yml
@@ -1,7 +1,8 @@
1
name: Generate a changelog
2
3
on:
4
- push:
+ schedule:
5
+ - cron: '0 3 * * *'
6
workflow_dispatch:
7
inputs:
8
from:
0 commit comments