summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-04-01 09:51:51 -0300
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-04-01 14:44:30 -0300
commit5c4f7693ea8f3b908ceaf0945c9c6edfb4be89ec (patch)
treeacbb20a5423ba4cc328a81f100abad82bb252552
parentf3e020635c77c9c5a77f1f98fc1e8cc4d7ae8b6b (diff)
downloadmeta-freescale-5c4f7693ea8f3b908ceaf0945c9c6edfb4be89ec.tar.gz
update-license-file: Filter the workflow trigger by branch and path
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> (cherry picked from commit 724821b0e923c1c943af49d8a9b1a5f4c1140fa8)
-rw-r--r--.github/workflows/update-license-file.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/update-license-file.yml b/.github/workflows/update-license-file.yml
index 5b62ec11..2ccfe663 100644
--- a/.github/workflows/update-license-file.yml
+++ b/.github/workflows/update-license-file.yml
@@ -2,6 +2,18 @@ name: Update LICENSE file
2 2
3on: 3on:
4 push: 4 push:
5 branches:
6 - master
7 - walnascar
8 - styhead
9 - scarthgap
10 - nanbield
11 - mickledore
12 - kirkstone
13 - honister
14 - hardknott
15 - gatesgarth
16 - dunfell
5 paths: 17 paths:
6 - "**/*.bb" 18 - "**/*.bb"
7 - "**/*.inc" 19 - "**/*.inc"