summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-04-01 14:05:04 -0300
committerGitHub <noreply@github.com>2025-04-01 14:05:04 -0300
commit965dfc7a7f0d67efa38efd28fffb1c8ca600cf3b (patch)
treefcca61a09f1362b3e8b0cb48049008a79de1969d
parent0335870e18913fb2ecaf33a07e73bce8abf588ad (diff)
parentc76d607d27f6a644be4991a8360fbfa36b439707 (diff)
downloadmeta-freescale-965dfc7a7f0d67efa38efd28fffb1c8ca600cf3b.tar.gz
Merge pull request #2169 from mdrodrigo/topic/styhead
update-license-file: Filter the workflow trigger by branch and path
-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"