Skip to content

Commit

Permalink
ci: Change names for release branches from rel-MAJOR.MINOR to vMAJOR
Browse files Browse the repository at this point in the history
This naming scheme gives us the best support for readthedocs.

References #2814
  • Loading branch information
wolfgangwalther committed Feb 17, 2024
1 parent 42a72f0 commit 64641fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- rel-*
- v[0-9]+
pull_request:
branches:
- main
- rel-*
- v[0-9]+

jobs:
build:
Expand Down

0 comments on commit 64641fe

Please sign in to comment.