Skip to content

Commit 4106868

Browse files
committed
ci: run tests on tag push
1 parent 52ec400 commit 4106868

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Run tests
22

33
on:
44
push:
5-
paths:
6-
- "src/**"
5+
tags:
6+
- "v*"
77
pull_request:
88
paths:
99
- "src/**"

0 commit comments

Comments
 (0)