We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2feef57 commit 93b0090Copy full SHA for 93b0090
.github/workflows/changelog.yml
@@ -1,8 +1,8 @@
1
name: Generator Changelog
2
+
3
on:
- push:
4
- branches:
5
- - master
+ schedule:
+ - cron: "0 8 */2 * *"
6
7
jobs:
8
build-sources:
0 commit comments