Skip to content

Commit 965ce86

Browse files
committed
typo on yml
1 parent e99be05 commit 965ce86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: build
33
on:
44
pull_request:
55
push:
6-
- branches: [master]
6+
branches: [master]
77
schedule:
88
# Prime the caches every Monday
9-
- cron: 0 1 * * MON
9+
- cron: '0 1 * * MON'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)