Skip to content

Commit fc08815

Browse files
authored
Update rust.yml
1 parent d2292b4 commit fc08815

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
"on": {
44
"push": {
55
"branches": [
6-
"trunk",
6+
"trunk",
7+
"main",
78
"v*.x",
89
"ci/*"
910
]
1011
},
1112
"pull_request": {
1213
"branches": [
13-
"trunk",
14+
"trunk",
15+
"main",
1416
"v*.x"
1517
]
1618
}

0 commit comments

Comments
 (0)