mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 21:09:04 +02:00
update-license-file: Filter the workflow trigger by branch and path
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
This commit is contained in:
parent
3e41a0eb03
commit
724821b0e9
12
.github/workflows/update-license-file.yml
vendored
12
.github/workflows/update-license-file.yml
vendored
|
@ -2,6 +2,18 @@ name: Update LICENSE file
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- walnascar
|
||||||
|
- styhead
|
||||||
|
- scarthgap
|
||||||
|
- nanbield
|
||||||
|
- mickledore
|
||||||
|
- kirkstone
|
||||||
|
- honister
|
||||||
|
- hardknott
|
||||||
|
- gatesgarth
|
||||||
|
- dunfell
|
||||||
paths:
|
paths:
|
||||||
- "**/*.bb"
|
- "**/*.bb"
|
||||||
- "**/*.inc"
|
- "**/*.inc"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user