Skip to content

Commit 147923e

Browse files
authored
Don't run on push as well
1 parent 0612d67 commit 147923e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/generate-changelog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Generate a changelog
22

33
on:
4-
push:
4+
schedule:
5+
- cron: '0 3 * * *'
56
workflow_dispatch:
67
inputs:
78
from:

0 commit comments

Comments
 (0)