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:
Rodrigo M. Duarte 2025-04-01 09:51:51 -03:00
parent 3e41a0eb03
commit 724821b0e9

View File

@ -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"