Skip to content

Commit fce60b7

Browse files
authored
restrict python CI to python directory (#1383)
Co-authored-by: Huy Nguyen <[email protected]>
1 parent 5ec9ae6 commit fce60b7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ concurrency:
2727
on:
2828
pull_request:
2929
branches: ["main"]
30+
paths:
31+
- 'python/**'
3032
push:
3133
tags: ["*-rc*"]
3234
branches: ["branch-*"]
35+
paths:
36+
- 'python/**'
3337

3438
jobs:
3539
test-release:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ arrow-src.tar
2222
arrow-src.tar.gz
2323
CHANGELOG.md.bak
2424
Cargo.toml.bak
25+
data/
2526

2627
# Compiled source
2728
*.a

0 commit comments

Comments
 (0)