From cf269e3591ffd20abc9dbf2b94e25ca1881bc8d0 Mon Sep 17 00:00:00 2001 From: Kim Yang Date: Sun, 16 Aug 2020 21:45:21 +0800 Subject: [PATCH] :construction_worker: change branchs --- .github/workflows/vuepress-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 8c294be..cdaf137 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -2,9 +2,9 @@ name: vuepress-deploy on: push: - branches: [ dev-web] + branches: [ master ] pull_request: - branches: [ dev-web ] + branches: [ master ] jobs: build-and-deploy: