This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch test-build
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/test-build by this push:
new a8b22411 Update hugo.yml
a8b22411 is described below
commit a8b22411785f4dd738db27d7fbce26d53f6134b8
Author: imbajin <[email protected]>
AuthorDate: Wed Sep 14 15:10:14 2022 +0800
Update hugo.yml
---
.github/workflows/hugo.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml
index f2709b71..ddb1f635 100644
--- a/.github/workflows/hugo.yml
+++ b/.github/workflows/hugo.yml
@@ -20,7 +20,7 @@ on:
# Runs on pushes targeting the default branch
pull_request:
push:
- branches: ["master"]
+ branches: ["master", "test-build"]
# Allows you to run this workflow manually from the Actions tab
# workflow_dispatch: