Skip to content

Commit 01497c0

Browse files
authored
Update rust.yml
1 parent 67646c8 commit 01497c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
5+
tags:
6+
- "v*.*.*"
87

98
env:
109
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)