Skip to content

Commit c57b101

Browse files
committed
Ensure CI also runs on tag pushes
1 parent 5c416e5 commit c57b101

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
tags:
8+
- "*"
79
pull_request:
810

911
concurrency:

0 commit comments

Comments
 (0)