This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new f4bacc1ba chore: Make `push` CI to be triggered for `main` branch only 
(#3474)
f4bacc1ba is described below

commit f4bacc1bab857703093d83abc0707cf92d79beb7
Author: Oleks V <[email protected]>
AuthorDate: Wed Feb 11 15:27:56 2026 -0800

    chore: Make `push` CI to be triggered for `main` branch only (#3474)
---
 .github/workflows/iceberg_spark_test.yml | 2 ++
 .github/workflows/miri.yml               | 2 ++
 .github/workflows/pr_benchmark_check.yml | 2 ++
 .github/workflows/pr_build_linux.yml     | 2 ++
 .github/workflows/pr_build_macos.yml     | 2 ++
 .github/workflows/spark_sql_test.yml     | 2 ++
 6 files changed, 12 insertions(+)

diff --git a/.github/workflows/iceberg_spark_test.yml 
b/.github/workflows/iceberg_spark_test.yml
index d17195616..0fca9f11a 100644
--- a/.github/workflows/iceberg_spark_test.yml
+++ b/.github/workflows/iceberg_spark_test.yml
@@ -23,6 +23,8 @@ concurrency:
 
 on:
   push:
+    branches:
+      - main
     paths-ignore:
       - "doc/**"
       - "docs/**"
diff --git a/.github/workflows/miri.yml b/.github/workflows/miri.yml
index 77b4d29a9..ea36e1359 100644
--- a/.github/workflows/miri.yml
+++ b/.github/workflows/miri.yml
@@ -19,6 +19,8 @@ name: Run Miri Safety Checks
 
 on:
   push:
+    branches:
+      - main
     paths-ignore:
       - "doc/**"
       - "docs/**"
diff --git a/.github/workflows/pr_benchmark_check.yml 
b/.github/workflows/pr_benchmark_check.yml
index 26e0f0926..f3af4d781 100644
--- a/.github/workflows/pr_benchmark_check.yml
+++ b/.github/workflows/pr_benchmark_check.yml
@@ -26,6 +26,8 @@ concurrency:
 
 on:
   push:
+    branches:
+      - main
     paths:
       - "native/core/benches/**"
       - "native/spark-expr/benches/**"
diff --git a/.github/workflows/pr_build_linux.yml 
b/.github/workflows/pr_build_linux.yml
index ae433b7db..a7b418949 100644
--- a/.github/workflows/pr_build_linux.yml
+++ b/.github/workflows/pr_build_linux.yml
@@ -23,6 +23,8 @@ concurrency:
 
 on:
   push:
+    branches:
+      - main
     paths-ignore:
       - "doc/**"
       - "docs/**"
diff --git a/.github/workflows/pr_build_macos.yml 
b/.github/workflows/pr_build_macos.yml
index 9c4064f5d..98a5d8758 100644
--- a/.github/workflows/pr_build_macos.yml
+++ b/.github/workflows/pr_build_macos.yml
@@ -23,6 +23,8 @@ concurrency:
 
 on:
   push:
+    branches:
+      - main
     paths-ignore:
       - "doc/**"
       - "docs/**"
diff --git a/.github/workflows/spark_sql_test.yml 
b/.github/workflows/spark_sql_test.yml
index 133270470..2010cff2b 100644
--- a/.github/workflows/spark_sql_test.yml
+++ b/.github/workflows/spark_sql_test.yml
@@ -23,6 +23,8 @@ concurrency:
 
 on:
   push:
+    branches:
+      - main
     paths-ignore:
       - "doc/**"
       - "docs/**"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to