Skip to content

Commit

Permalink
only run build-library workflow on data-processing-lib changes
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <[email protected]>
  • Loading branch information
daw3rd committed Sep 17, 2024
1 parent 193f439 commit 3ed0fbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ on:
branches:
- "dev"
- "releases/**"
paths:
- "data-processing-lib/**"
pull_request:
branches:
- "dev"
- "releases/**"
paths:
- "data-processing-lib/**"
jobs:
build-python-lib:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 3ed0fbd

Please sign in to comment.