We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec9ae6 commit fce60b7Copy full SHA for fce60b7
2 files changed
.github/workflows/build.yml
@@ -27,9 +27,13 @@ concurrency:
27
on:
28
pull_request:
29
branches: ["main"]
30
+ paths:
31
+ - 'python/**'
32
push:
33
tags: ["*-rc*"]
34
branches: ["branch-*"]
35
36
37
38
jobs:
39
test-release:
.gitignore
@@ -22,6 +22,7 @@ arrow-src.tar
22
arrow-src.tar.gz
23
CHANGELOG.md.bak
24
Cargo.toml.bak
25
+data/
26
# Compiled source
*.a
0 commit comments