Skip to content

Commit

Permalink
Update github workflow build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tuancoltech committed Mar 14, 2024
1 parent 292e011 commit b1c81bd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_filepicker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on:
push:
branches: [ main ]
paths:
- filepicker
- filepicker/**
pull_request:
branches: [ main ]
branches:
- main
paths:
- filepicker
- filepicker/**


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


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


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


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


jobs:
Expand Down

0 comments on commit b1c81bd

Please sign in to comment.