We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99be05 commit 965ce86Copy full SHA for 965ce86
1 file changed
.github/workflows/main.yml
@@ -3,10 +3,10 @@ name: build
3
on:
4
pull_request:
5
push:
6
- - branches: [master]
+ branches: [master]
7
schedule:
8
# Prime the caches every Monday
9
- - cron: 0 1 * * MON
+ - cron: '0 1 * * MON'
10
11
jobs:
12
build:
0 commit comments