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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- walnascar
|
||||
- styhead
|
||||
- scarthgap
|
||||
- nanbield
|
||||
- mickledore
|
||||
- kirkstone
|
||||
- honister
|
||||
- hardknott
|
||||
- gatesgarth
|
||||
- dunfell
|
||||
paths:
|
||||
- "**/*.bb"
|
||||
- "**/*.inc"
|
||||
|
|
Loading…
Reference in New Issue
Block a user