We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e0c2f commit e86e8bdCopy full SHA for e86e8bd
1 file changed
.github/workflows/fetch-and-commit.yml
@@ -1,6 +1,12 @@
1
name: Fetch And Commit
2
3
on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
10
schedule:
11
- cron: '0 0 * * *' # Run daily at midnight (UTC)
12
workflow_dispatch:
0 commit comments