From c76d607d27f6a644be4991a8360fbfa36b439707 Mon Sep 17 00:00:00 2001 From: "Rodrigo M. Duarte" Date: Tue, 1 Apr 2025 09:51:51 -0300 Subject: update-license-file: Filter the workflow trigger by branch and path Signed-off-by: Rodrigo M. Duarte (cherry picked from commit 724821b0e923c1c943af49d8a9b1a5f4c1140fa8) --- .github/workflows/update-license-file.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 on: push: + branches: + - master + - walnascar + - styhead + - scarthgap + - nanbield + - mickledore + - kirkstone + - honister + - hardknott + - gatesgarth + - dunfell paths: - "**/*.bb" - "**/*.inc" -- cgit v1.2.3-54-g00ecf