diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-04-01 13:49:28 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-01 13:49:28 -0300 |
commit | d26e3d96fc776eda19e850b97dcdf73c03c0c316 (patch) | |
tree | f92ea36237ea1635d2694ee49530e27f92b80d8a | |
parent | 3e41a0eb037ba9d3f534ec8be09c3c23a4821bc9 (diff) | |
parent | 724821b0e923c1c943af49d8a9b1a5f4c1140fa8 (diff) | |
download | meta-freescale-d26e3d96fc776eda19e850b97dcdf73c03c0c316.tar.gz |
Merge pull request #2168 from mdrodrigo/master
update-license-file: Filter the workflow trigger by branch and path
-rw-r--r-- | .github/workflows/update-license-file.yml | 12 |
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 | ||
3 | on: | 3 | on: |
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" |