Skip to content

Commit e8cef26

Browse files
committed
ci: Run workflows when pushing tags
1 parent bc997d8 commit e8cef26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Rust
33
on:
44
push:
55
branches: [main, dev]
6+
tags: ["[0-9]+.[0-9]+.[0-9]+"]
67
pull_request:
78
branches: [main, dev]
89

0 commit comments

Comments
 (0)