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 b78a5e9 commit f0955c7Copy full SHA for f0955c7
1 file changed
.github/workflows/daily_update.yml
@@ -2,6 +2,7 @@ on:
2
workflow_dispatch:
3
schedule:
4
- cron: '0 * * * *'
5
+ push: { branches: ["master", "main"] }
6
7
name: daily update
8
jobs:
0 commit comments