Skip to content

Commit 657c03c

Browse files
committed
ci: Trigger Bindings Python CI on root toml change
1 parent d66f994 commit 657c03c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/bindings_python_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ on:
2727
- "bindings/python/**"
2828
- "crates/iceberg/**"
2929
- "crates/integrations/datafusion/**"
30+
- "*.toml"
3031

3132
concurrency:
3233
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
branches:
2323
- main
2424
pull_request:
25-
branches:
25+
paths:
2626
- '**' # Include all files and directories in the repository by default.
2727
- '!.github/workflows/**' # Exclude all workflow files
2828
- '.github/workflows/ci.yml' # except the current file.

0 commit comments

Comments
 (0)