Skip to content

Commit

Permalink
Make github workflows ignore all files modification under project's r…
Browse files Browse the repository at this point in the history
…oot folder
  • Loading branch information
tuancoltech committed Mar 6, 2024
1 parent 1f9ff07 commit 1f99e0b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_filepicker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ main ]
paths:
- filepicker/**
paths-ignore:
- './**'
pull_request:
branches: [ main ]
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_folderstree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ main ]
paths:
- folderstree/**
paths-ignore:
- './**'
pull_request:
branches: [ main ]
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_scorewidget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ main ]
paths:
- scorewidget/**
paths-ignore:
- './**'
pull_request:
branches: [ main ]
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_tagselector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ main ]
paths:
- tagselector/**
paths-ignore:
- './**'
pull_request:
branches: [ main ]
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ main ]
paths:
- utils/**
paths-ignore:
- './**'
pull_request:
branches: [ main ]
paths:
Expand Down

0 comments on commit 1f99e0b

Please sign in to comment.