Skip to content

Commit 9c71f3a

Browse files
committed
Update tests.yaml to trigger continuous tests on tagged releases
1 parent 956a5c8 commit 9c71f3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Continuous tests
33
on:
44
push:
55
branches: [main]
6+
tags:
7+
- "v*"
68
pull_request:
79
branches: [main]
810

0 commit comments

Comments
 (0)