Skip to content

Commit 172cbed

Browse files
ci: run tests in all version branches (#19833)
Co-authored-by: patak <[email protected]>
1 parent 59d0b35 commit 172cbed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ on:
2121
- feat/*
2222
- fix/*
2323
- perf/*
24-
- v1
25-
- v2
26-
- v2.*
27-
- v3.*
24+
- "v[0-9]+" # v1, v2, ...
25+
- "v[0-9]+.[0-9]+" # v4.0, v4.1, ...
2826
pull_request:
2927
workflow_dispatch:
3028

0 commit comments

Comments
 (0)