Skip to content

Commit c30803c

Browse files
tae898Copilot
andcommitted
fix(workflows): remove unnecessary Java file paths from triggers in Python workflows
Co-authored-by: Copilot <copilot@github.com>
1 parent 5b18529 commit c30803c

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test-python-bindings.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ on:
55
push:
66
paths:
77
- 'bindings/python/**'
8-
- '**/*.java'
98
- '.github/workflows/test-python-bindings.yml'
109

1110
# Run on pull request affecting bindings/python/
1211
pull_request:
1312
paths:
1413
- 'bindings/python/**'
15-
- '**/*.java'
1614
- '.github/workflows/test-python-bindings.yml'
1715

1816
# Run after release workflow completes

.github/workflows/test-python-examples.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ on:
55
push:
66
paths:
77
- 'bindings/python/**'
8-
- '**/*.java'
98
- '.github/workflows/test-python-examples.yml'
109

1110
# Run on pull request affecting bindings/python/
1211
pull_request:
1312
paths:
1413
- 'bindings/python/**'
15-
- '**/*.java'
1614
- '.github/workflows/test-python-examples.yml'
1715

1816
# Run after release workflow completes

0 commit comments

Comments
 (0)