Skip to content

Commit

Permalink
Change file including filter on pull_request for filepicker module
Browse files Browse the repository at this point in the history
  • Loading branch information
tuancoltech committed Mar 11, 2024
1 parent 2b0a8c7 commit a40ffa9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_filepicker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches: [ main ]
paths:
- filepicker
- filepicker/**
pull_request:
branches: [ main ]
paths:
- filepicker
- filepicker/**


jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_folderstree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches: [ main ]
paths:
- folderstree
- folderstree/**
pull_request:
branches: [ main ]
paths:
- folderstree
- folderstree/**


jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_scorewidget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches: [ main ]
paths:
- scorewidget
- scorewidget/**
paths-ignore:
pull_request:
branches: [ main ]
paths:
- scorewidget
- scorewidget/**


jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_tagselector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches: [ main ]
paths:
- tagselector
- tagselector/**
paths-ignore:
pull_request:
branches: [ main ]
paths:
- tagselector
- tagselector/**


jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches: [ main ]
paths:
- utils
- utils/**
paths-ignore:
pull_request:
branches: [ main ]
paths:
- utils
- utils/**


jobs:
Expand Down

0 comments on commit a40ffa9

Please sign in to comment.