Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit c033ed5

Browse files
committed
chore(ci): master -> main
Signed-off-by: Chojan Shang <[email protected]>
1 parent d833354 commit c033ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- main
88
schedule:
99
- cron: '0 22 * * *'
1010

@@ -54,4 +54,4 @@ jobs:
5454
- run: cargo test --all -- --nocapture
5555
- run: cargo test --all --all-features -- --nocapture
5656
- run: cargo bench --all -- --test
57-
- run: cargo bench --all --all-features -- --test
57+
- run: cargo bench --all --all-features -- --test

0 commit comments

Comments
 (0)