From e096b569abdaf0221863730e554a2051c60b2186 Mon Sep 17 00:00:00 2001 From: Fudan iGEM <69337157+Fudan-iGEM@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:15:24 +0800 Subject: [PATCH] Update vuepress-deploy.yml --- .github/workflows/vuepress-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 543ac99..e74441a 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -1,7 +1,8 @@ name: build and deploy on: - workflow_dispatch: + push: branches: [main] + workflow_dispatch: jobs: build-and-deploy: runs-on: ubuntu-latest -- GitLab