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

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

commit 95766359ae8d1942f49ec7598ff188c5b7f1e313
Author: Tai Dupree <[email protected]>
AuthorDate: Thu Apr 22 12:10:08 2021 -0700

    configure test run
---
 .github/workflows/superset-docs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/superset-docs.yml 
b/.github/workflows/superset-docs.yml
index b780f2e..c0ba66b 100644
--- a/.github/workflows/superset-docs.yml
+++ b/.github/workflows/superset-docs.yml
@@ -30,7 +30,7 @@ jobs:
         run: |
           npm run build
       - name: deploy docs
-        if: github.ref == 'refs/heads/master'
+        if: github.ref == 'refs/heads/master' || github.ref == 
'refs/heads/tai/publish-docs-ci'
         working-directory: ./docs
         run: |
           git config user.name "Superset Bot"
@@ -39,4 +39,4 @@ jobs:
           git pull origin master
           git add .
           git commit -m "Publishing superset site for commit ${{ github.sha }}"
-          git push -u origin master
+          git push -u origin test-branch

Reply via email to