Due to problem with migrating from master to main as the default branch
and downstream project still requiring the master branch to be present,
we currently have for push events double CI runs, one for main and one
for master. To solve this ignore any push event to the master branch for
every workflow that react on push events.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit
f5a5ce8822e9add9627ecb6ea289c8de2b8a76a9)
- 'include/kernel*'
- 'package/kernel/**'
- 'target/linux/**'
+ branches-ignore:
+ - master
permissions:
contents: read
- 'package/**'
- 'target/linux/generic/**'
- 'toolchain/**'
+ branches-ignore:
+ - master
permissions:
contents: read
- '.github/workflows/build.yml'
- '.github/workflows/toolchain.yml'
- '.github/workflows/Dockerfile.toolchain'
+ branches-ignore:
+ - master
permissions:
contents: read
- '.github/workflows/build.yml'
- '.github/workflows/toolchain.yml'
- 'toolchain/**'
+ branches-ignore:
+ - master
permissions:
contents: read
- 'tools/**'
- '.github/workflows/build-tools.yml'
- '.github/workflows/tools.yml'
+ branches-ignore:
+ - master
permissions:
contents: read