Skip to content

Commit

Permalink
github ci tests: Update the stable branch name to include fuse-
Browse files Browse the repository at this point in the history
The branch is actually called fuse-3.17.x
  • Loading branch information
bsbernd committed Feb 18, 2025
1 parent e2c905f commit 1b13e2f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/abicheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
push:
branches:
- master
- '[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
- 'fuse-[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
pull_request:
branches:
- master
- '[0-9]+.[0-9]+'
- 'fuse-[0-9]+.[0-9]+'
permissions:
contents: read

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ on:
push:
branches:
- master
- '[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
- 'fuse-[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
pull_request:
branches:
- master
- '[0-9]+.[0-9]+'
- 'fuse-[0-9]+.[0-9]+'

jobs:
analyze:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
push:
branches:
- master
- '[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
- 'fuse-[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
pull_request:
branches:
- master
- '[0-9]+.[0-9]+'
- 'fuse-[0-9]+.[0-9]+'

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- '[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
- 'fuse-[0-9]+.[0-9]+*' # This will match branches like 3.17, 3.18, 4.0, etc.
pull_request:
branches:
- master
- '[0-9]+.[0-9]+'
- 'fuse-[0-9]+.[0-9]+*'

permissions:
contents: read
Expand Down

0 comments on commit 1b13e2f

Please sign in to comment.