Skip to content

Commit 7b43d8a

Browse files
committedFeb 17, 2024
ci: Change names for release branches from rel-MAJOR.MINOR to vMAJOR
This naming scheme gives us the best support for readthedocs. References #2814
1 parent 53123bd commit 7b43d8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
push:
55
branches:
66
- main
7-
- rel-*
7+
- v[0-9]+
88
tags:
99
- v*
1010
pull_request:
1111
branches:
1212
- main
13-
- rel-*
13+
- v[0-9]+
1414

1515
jobs:
1616
Lint-Style:

‎.github/workflows/docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
- rel-*
7+
- v[0-9]+
88
pull_request:
99
branches:
1010
- main
11-
- rel-*
11+
- v[0-9]+
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)