The branch is actually called fuse-3.17.x
Also disable checkpatch for branches except master, as
it is to do basic checks, while stable branches do not
need that check, assuming cherry-pick happens from master.
Issue with it is that persistently complains about dependabot
changes.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
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
name: Checkpatch
on:
+ push:
+ branches:
+ - master
pull_request:
- types: [opened, synchronize, reopened]
+ branches:
+ - master
+permissions:
+ contents: read
jobs:
checkpatch:
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:
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
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