Skip to content

Commit

Permalink
Allow for "*.x" branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Nov 14, 2024
1 parent 49d48ba commit 19f91b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"baseBranches": [
"main",
"release/v6.0",
"release/v6.x",
"release/v5.0",
"release/v4.0"
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/head-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- release/v[0-9]+.0
- release/v[0-9]+.(0|x)

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 19f91b3

Please sign in to comment.