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 13, 2024
1 parent a40ffa9 commit dea03a3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_filepicker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ on:
paths:
- filepicker/**
pull_request:
branches: [ main ]
branches:
- main
paths:
- filepicker/**
- filepicker/*


jobs:
build:
if: ${{ ! startsWith(github.actor, 'dependabot') }}
if: ${{ ! startsWith(github.actor, "dependabot') }}
environment: Development
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build_folderstree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
paths:
- folderstree/**
pull_request:
branches: [ main ]
branches:
- main
paths:
- folderstree/**
- folderstree/*


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_scorewidget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
branches: [ main ]
paths:
- scorewidget/**
- './scorewidget/*'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_tagselector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
branches: [ main ]
paths:
- tagselector/**
- './tagselector/*'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
branches: [ main ]
paths:
- utils/**
- './utils/*'


jobs:
Expand Down

0 comments on commit dea03a3

Please sign in to comment.