You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by ti...@apache.org on 2022/09/09 15:07:30 UTC

[incubator-streampark-website] branch dev updated: build: correct branch name

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

tison pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6ae84c5  build: correct branch name
6ae84c5 is described below

commit 6ae84c527e42ff62e92de94c29de652c1a592391
Author: tison <wa...@gmail.com>
AuthorDate: Fri Sep 9 23:07:26 2022 +0800

    build: correct branch name
---
 .github/workflows/deploy.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index c6f2313..00af81e 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -20,7 +20,7 @@ name: Pages
 on:
   push:
     branches:
-      - main
+      - dev
   pull_request:
 
 jobs: