Skip to content

Commit d283483

Browse files
authored
Update main.yml
1 parent bf952ba commit d283483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
pull_request:
66
branches: [master]
77
schedule:
8-
# Once a day at 8am run the build
9-
- cron: '0 8 * * *'
8+
# every tuesday at 8am run the build
9+
- cron: '0 8 * * 2'
1010

1111
jobs:
1212
run:

0 commit comments

Comments
 (0)