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
The following commit(s) were added to refs/heads/1.2 by this push:
new a64cdf4 add match for this branch
a64cdf4 is described below
commit a64cdf468247caa72378f5c2461169d8661b5e04
Author: Tai Dupree <[email protected]>
AuthorDate: Tue Jun 8 15:05:49 2021 -0700
add match for this branch
---
.github/workflows/docker.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 90d6897..49f01f9 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -5,6 +5,7 @@ on:
branches:
- 'master'
- [0-9].[0-9]+.[0-9]*
+ - 'tai/1.2-test'
pull_request:
types: [synchronize, opened, reopened, ready_for_review]