Skip to content

Commit f4bacc1

Browse files
authored
chore: Make push CI to be triggered for main branch only (#3474)
1 parent c73ac2e commit f4bacc1

6 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/iceberg_spark_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ concurrency:
2323

2424
on:
2525
push:
26+
branches:
27+
- main
2628
paths-ignore:
2729
- "doc/**"
2830
- "docs/**"

.github/workflows/miri.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ name: Run Miri Safety Checks
1919

2020
on:
2121
push:
22+
branches:
23+
- main
2224
paths-ignore:
2325
- "doc/**"
2426
- "docs/**"

.github/workflows/pr_benchmark_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ concurrency:
2626

2727
on:
2828
push:
29+
branches:
30+
- main
2931
paths:
3032
- "native/core/benches/**"
3133
- "native/spark-expr/benches/**"

.github/workflows/pr_build_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ concurrency:
2323

2424
on:
2525
push:
26+
branches:
27+
- main
2628
paths-ignore:
2729
- "doc/**"
2830
- "docs/**"

.github/workflows/pr_build_macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ concurrency:
2323

2424
on:
2525
push:
26+
branches:
27+
- main
2628
paths-ignore:
2729
- "doc/**"
2830
- "docs/**"

.github/workflows/spark_sql_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ concurrency:
2323

2424
on:
2525
push:
26+
branches:
27+
- main
2628
paths-ignore:
2729
- "doc/**"
2830
- "docs/**"

0 commit comments

Comments
 (0)