We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99e0ee commit e34ce94Copy full SHA for e34ce94
.github/workflows/build.yml
@@ -2,6 +2,8 @@ name: Build
2
3
on:
4
workflow_dispatch:
5
+ schedule:
6
+ - cron: '0 8 * * 1,4' # midnight US/Pacific on Sundays and Wednesdays
7
push:
8
branches:
9
- main
0 commit comments