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:48:19 +01:00
parent 53123bdbb4
commit 7b43d8a139
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ on:
push:
branches:
- main
- rel-*
- v[0-9]+
tags:
- v*
pull_request:
branches:
- main
- rel-*
- v[0-9]+
jobs:
Lint-Style:
+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: