Skip to content

Commit af940ae

Browse files
committed
ci: Run main checks on tags
1 parent 435cdda commit af940ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main-checks.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
- 'v*.*.*'
7+
- "v*.*.*"
8+
tags:
9+
- "v*.*.*"
810

911
jobs:
1012
checks:

0 commit comments

Comments
 (0)