.github/workflows/ci.yml 🔗
@@ -4,7 +4,7 @@ on:
push:
branches:
- main
- - "v*"
+ - "v[0-9]+.[0-9]+.x"
tags:
- "v*"
pull_request:
Max Brunsfeld created
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -4,7 +4,7 @@ on:
push:
branches:
- main
- - "v*"
+ - "v[0-9]+.[0-9]+.x"
tags:
- "v*"
pull_request: