Skip to content

Commit 6e2ace6

Browse files
committed
Fix CI for branch
1 parent 11c8d16 commit 6e2ace6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: CI
22

3-
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
8-
schedule:
9-
- cron: '0 4 * * 2'
3+
on: [push, pull_request]
104

115
jobs:
126
test:

0 commit comments

Comments
 (0)