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:46:11 +01:00
parent 06821fdbca
commit 02d8990ce2
3 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -4,13 +4,14 @@ on:
push:
branches:
- main
- rel-*
- v[0-9]+
tags:
- v*
pull_request:
branches:
- main
- rel-*
- v[0-9]+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
# Terminate all previous runs of the same workflow for pull requests
+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: