Skip to content

Commit 1c6f01a

Browse files
committed
run rust ci tasks on a pr to any branch
1 parent e35648e commit 1c6f01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches: ["master"]
88
pull_request:
9-
branches: ["master"]
9+
branches: "*"
1010
types: [ opened, synchronize, reopened, edited ]
1111

1212
concurrency:

0 commit comments

Comments
 (0)