You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/11/27 08:43:14 UTC

[iotdb] branch deploy_site_using_github updated: finish

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

haonan pushed a commit to branch deploy_site_using_github
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/deploy_site_using_github by this push:
     new e56cdc6107 finish
e56cdc6107 is described below

commit e56cdc61070b23d8c2cfe3274e51a29455446b06
Author: HTHou <hh...@outlook.com>
AuthorDate: Sun Nov 27 16:42:59 2022 +0800

    finish
---
 .github/workflows/site-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml
index 4b7586c4ec..22a19ba96a 100644
--- a/.github/workflows/site-build.yml
+++ b/.github/workflows/site-build.yml
@@ -41,7 +41,7 @@ jobs:
 
   deploy:
     runs-on: ubuntu-latest
-    if: github.event_name == 'workflow_dispatch' || github.event_name == 'push'
+    if: github.event_name == 'workflow_dispatch' && github.ref_name == 'master' || github.event_name == 'push'
 
     steps:
       - uses: actions/checkout@v3