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

michaelsmolina pushed a commit to branch test-ci
in repository https://gitbox.apache.org/repos/asf/superset.git

commit adc5c0af9f2f6bb0dab00edc44cd1562f5ac19c3
Author: Michael S. Molina <[email protected]>
AuthorDate: Mon Mar 4 14:25:53 2024 -0500

    chore: Adds 4.0 to workflow
---
 .github/workflows/docker.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index ae54835e0f..13cc89a8ab 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -3,7 +3,8 @@ name: Docker
 on:
   push:
     branches:
-      - 'master'
+      - "master"
+      - "4.0"
   pull_request:
     types: [synchronize, opened, reopened, ready_for_review]
 

Reply via email to