This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new b7d9ce2 Change publish branch for GitHub Action (#41)
b7d9ce2 is described below
commit b7d9ce2b930070134792c1ec2bb7f9f35169b2a9
Author: Rapiz <[email protected]>
AuthorDate: Tue May 26 07:03:35 2020 +0800
Change publish branch for GitHub Action (#41)
* Update build.yml
* Update build.yml
---
.github/workflows/build.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cca4435..089ffdc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,8 +7,6 @@ name: CI
on:
push:
branches: [ master ]
- pull_request:
- branches: [ master ]
# A workflow run is made up of one or more jobs that can run sequentially or
in parallel
jobs:
@@ -35,5 +33,6 @@ jobs:
uses: crazy-max/[email protected]
with:
build_dir: public
+ target_branch: asf-site
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}