We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd34f7 commit 97f2664Copy full SHA for 97f2664
.github/workflows/rust.yml
@@ -2,9 +2,9 @@ name: Rust
2
3
on:
4
push:
5
- branches: [ "main", "release/v3.0.0", "release/v3.1" ]
+ branches: [ "main", "release/*" ]
6
pull_request:
7
8
paths-ignore:
9
- "docs/**"
10
- "*.md"
0 commit comments