This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch juzhiyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
commit c4a4da4851d7f6c5d8615ac46d12bf05171e6e04 Author: 琚致远 <[email protected]> AuthorDate: Mon Dec 21 12:48:09 2020 +0800 feat(CI): no need to build web after being merged --- .github/workflows/test-frontend-multiple-node-build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-frontend-multiple-node-build.yml b/.github/workflows/test-frontend-multiple-node-build.yml index 7a29774..a587961 100644 --- a/.github/workflows/test-frontend-multiple-node-build.yml +++ b/.github/workflows/test-frontend-multiple-node-build.yml @@ -5,9 +5,6 @@ name: Test building web in multiple node version # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: - push: - branches: - - master pull_request: branches: - master
