Skip to content

Commit a0f1132

Browse files
committed
Only run on push to main and update the cron schedule
1 parent 874cb5b commit a0f1132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: ci
22

33
on:
44
push:
5-
# branches: [ main ]
5+
branches: [ main ]
66
pull_request:
77
schedule:
8-
- cron: '0 0 * * *'
8+
- cron: '0 4 * * *'
99
workflow_dispatch:
1010

1111
permissions:

0 commit comments

Comments
 (0)