Skip to content

Commit

Permalink
Update workflow for filepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
tuancoltech committed Mar 14, 2024
1 parent a40ffa9 commit 420a36f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_filepicker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
paths:
- filepicker/**
pull_request:
branches: [ main ]
branches:
- main
paths:
- filepicker/**

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_folderstree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
paths:
- folderstree/**
pull_request:
branches: [ main ]
branches:
- main
paths:
- folderstree/**

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_scorewidget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: [ main ]
paths:
- scorewidget/**
paths-ignore:
pull_request:
branches: [ main ]
paths:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_tagselector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: [ main ]
paths:
- tagselector/**
paths-ignore:
pull_request:
branches: [ main ]
paths:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: [ main ]
paths:
- utils/**
paths-ignore:
pull_request:
branches: [ main ]
paths:
Expand Down

0 comments on commit 420a36f

Please sign in to comment.