Skip to content

Commit c2188df

Browse files
committed
testing release branches only for publish
1 parent f267898 commit c2188df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
5+
branches: [ "release/*" ]
6+
# pull_request:
7+
# branches: [ "main" ]
88

99
env:
1010
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)