Skip to content

Commit

Permalink
add .make.* to test-data-processing workflow
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <[email protected]>
  • Loading branch information
daw3rd committed Oct 14, 2024
1 parent b843cc1 commit 0219dc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-processing-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "*"
paths:
# Note: the transform workflows are expected to trigger when data-processing-lib/** changes
- ".make.*"
- "data-processing-lib/**"
- "!data-processing-lib/**.md"
- "!data-processing-lib/**/doc/**"
Expand All @@ -20,6 +21,7 @@ on:
- "releases/**"
paths:
# Note: the transform workflows are expected to trigger when data-processing-lib/** changes
- ".make.*"
- "data-processing-lib/**"
- "!data-processing-lib/**.md"
- "!data-processing-lib/**/doc/**"
Expand Down

0 comments on commit 0219dc7

Please sign in to comment.