From ace7a5b3c3c6620d1b310f4871b9af2c931093cd Mon Sep 17 00:00:00 2001 From: DaOfficialWizard <45744329+ZanzyTHEbar@users.noreply.github.com> Date: Sat, 21 Jan 2023 11:19:25 +0000 Subject: [PATCH] Update build_release_vitepress.yml --- .github/workflows/build_release_vitepress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release_vitepress.yml b/.github/workflows/build_release_vitepress.yml index c43fe95..9877707 100644 --- a/.github/workflows/build_release_vitepress.yml +++ b/.github/workflows/build_release_vitepress.yml @@ -3,7 +3,7 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: {} push: - branches: [docs] + branches: [main] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true