Skip to content

Commit 9fcae7d

Browse files
authored
Update build.yml
1 parent 7ec6204 commit 9fcae7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main]
66
schedule:
7-
- cron: '0 5 * * *'
7+
- cron: '0 0 */5 * *'
88
jobs:
99
build:
1010
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)