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

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new ed6241a31 [VL][CI] Change to use push event to trigger docker build 
workflow (#6918)
ed6241a31 is described below

commit ed6241a31498cbe630efceb5e4069474336a3dfe
Author: PHILO-HE <[email protected]>
AuthorDate: Mon Aug 19 13:41:34 2024 +0800

    [VL][CI] Change to use push event to trigger docker build workflow (#6918)
---
 .github/workflows/docker_image.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/docker_image.yml 
b/.github/workflows/docker_image.yml
index 7eecfdecc..6a5697e3a 100644
--- a/.github/workflows/docker_image.yml
+++ b/.github/workflows/docker_image.yml
@@ -16,7 +16,9 @@
 name: Build and Push Docker Image
 
 on:
-  pull_request:
+  push:
+    branches:
+      - main
     paths:
       - '.github/workflows/docker_image.yml'
   schedule:


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

Reply via email to