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/24 12:20:48 UTC

[iotdb] 03/03: add master

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

commit 931923eb233bc695de1095c7032e68b138fce092
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Nov 24 20:20:31 2022 +0800

    add master
---
 .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 7017f10318..964c2f2d43 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