We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66f994 commit 657c03cCopy full SHA for 657c03c
.github/workflows/bindings_python_ci.yml
@@ -27,6 +27,7 @@ on:
27
- "bindings/python/**"
28
- "crates/iceberg/**"
29
- "crates/integrations/datafusion/**"
30
+ - "*.toml"
31
32
concurrency:
33
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ on:
22
branches:
23
- main
24
pull_request:
25
- branches:
+ paths:
26
- '**' # Include all files and directories in the repository by default.
- '!.github/workflows/**' # Exclude all workflow files
- '.github/workflows/ci.yml' # except the current file.
0 commit comments