This is an automated email from the ASF dual-hosted git repository. tai pushed a commit to branch 1.2 in repository https://gitbox.apache.org/repos/asf/superset.git
commit f47f83c9388397b5145889f7a8bb10b627482d25 Author: Tai Dupree <[email protected]> AuthorDate: Tue Jun 8 15:02:22 2021 -0700 build(docker): build images for release branches --- .github/workflows/docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index cbbb9a8..90d6897 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -4,6 +4,7 @@ on: push: branches: - 'master' + - [0-9].[0-9]+.[0-9]* pull_request: types: [synchronize, opened, reopened, ready_for_review]
