Skip to content

Commit 671021f

Browse files
committed
Rename branch to main in CI/CD
1 parent 584c74a commit 671021f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI/CD
22

33
on:
44
push:
5-
branches: ["v1"]
5+
branches: ["main"]
66
pull_request:
7-
branches: ["v1"]
7+
branches: ["main"]
88

99
env:
1010
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)