We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded1f1e commit da9dff7Copy full SHA for da9dff7
.github/workflows/release.yml
@@ -3,6 +3,7 @@ name: Rust
3
on:
4
push:
5
tags: ["v*"]
6
+ branches: ["main"]
7
pull_request:
8
branches: ["main"]
9
0 commit comments