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