Running on the 'master' is not enough, actions also
need to run on release branches.
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.
pull_request:
branches:
- master
-
+ - '[0-9]+.[0-9]+'
permissions:
contents: read
on:
push:
- branches: [ "master" ]
+ branches:
+ - master
+ - '[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
pull_request:
- branches: [ "master" ]
+ branches:
+ - master
+ - '[0-9]+.[0-9]+'
jobs:
analyze:
on:
push:
- branches: [master]
+ branches:
+ - master
+ - '[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
pull_request:
- branches: [master]
+ branches:
+ - master
+ - '[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.
pull_request:
branches:
- master
+ - '[0-9]+.[0-9]+'
permissions:
contents: read