From a40ffa9187d2e92eff4bc75259469662973b67c6 Mon Sep 17 00:00:00 2001 From: tuancoltech Date: Mon, 11 Mar 2024 23:09:09 +0700 Subject: [PATCH] Change file including filter on pull_request for filepicker module --- .github/workflows/build_filepicker.yml | 4 ++-- .github/workflows/build_folderstree.yml | 4 ++-- .github/workflows/build_scorewidget.yml | 4 ++-- .github/workflows/build_tagselector.yml | 4 ++-- .github/workflows/build_utils.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_filepicker.yml b/.github/workflows/build_filepicker.yml index 61915b5..8477420 100644 --- a/.github/workflows/build_filepicker.yml +++ b/.github/workflows/build_filepicker.yml @@ -4,11 +4,11 @@ on: push: branches: [ main ] paths: - - filepicker + - filepicker/** pull_request: branches: [ main ] paths: - - filepicker + - filepicker/** jobs: diff --git a/.github/workflows/build_folderstree.yml b/.github/workflows/build_folderstree.yml index 14aadb2..389e35f 100644 --- a/.github/workflows/build_folderstree.yml +++ b/.github/workflows/build_folderstree.yml @@ -4,11 +4,11 @@ on: push: branches: [ main ] paths: - - folderstree + - folderstree/** pull_request: branches: [ main ] paths: - - folderstree + - folderstree/** jobs: diff --git a/.github/workflows/build_scorewidget.yml b/.github/workflows/build_scorewidget.yml index a13e860..b2551f6 100644 --- a/.github/workflows/build_scorewidget.yml +++ b/.github/workflows/build_scorewidget.yml @@ -4,12 +4,12 @@ on: push: branches: [ main ] paths: - - scorewidget + - scorewidget/** paths-ignore: pull_request: branches: [ main ] paths: - - scorewidget + - scorewidget/** jobs: diff --git a/.github/workflows/build_tagselector.yml b/.github/workflows/build_tagselector.yml index 84ec7dd..bb5c14f 100644 --- a/.github/workflows/build_tagselector.yml +++ b/.github/workflows/build_tagselector.yml @@ -4,12 +4,12 @@ on: push: branches: [ main ] paths: - - tagselector + - tagselector/** paths-ignore: pull_request: branches: [ main ] paths: - - tagselector + - tagselector/** jobs: diff --git a/.github/workflows/build_utils.yml b/.github/workflows/build_utils.yml index 9e4e7ce..25fdf62 100644 --- a/.github/workflows/build_utils.yml +++ b/.github/workflows/build_utils.yml @@ -4,12 +4,12 @@ on: push: branches: [ main ] paths: - - utils + - utils/** paths-ignore: pull_request: branches: [ main ] paths: - - utils + - utils/** jobs: