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