You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2024/03/04 19:26:09 UTC

(superset) 01/01: chore: Adds 4.0 to workflow

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 <mi...@gmail.com>
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]