ci: Change names for release branches from rel-MAJOR.MINOR to vMAJOR

This naming scheme gives us the best support for readthedocs.

References #2814
This commit is contained in:
Wolfgang Walther
2024-02-17 17:47:27 +01:00
parent 42a72f0603
commit 64641fed46
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ on:
push:
branches:
- main
- rel-*
- v[0-9]+
pull_request:
branches:
- main
- rel-*
- v[0-9]+
jobs:
build: