Skip to content

Commit 42678b5

Browse files
committed
run workflow when tag is pushed
1 parent 62a2651 commit 42678b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- master
6+
tags:
7+
- v**
8+
69
pull_request:
710
branches:
811
- master

0 commit comments

Comments
 (0)