From c805c1243dc3d46eeaf84e8227bfaebec1fee52c Mon Sep 17 00:00:00 2001 From: Frank Bergmann Date: Fri, 5 Jul 2024 15:09:28 +0200 Subject: [PATCH] dont automatically build every push --- .github/workflows/build_page.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_page.yml b/.github/workflows/build_page.yml index 39ac0ef9b..571e367aa 100644 --- a/.github/workflows/build_page.yml +++ b/.github/workflows/build_page.yml @@ -3,8 +3,8 @@ name: Build & Deploy Hugo site on: # Runs on pushes targeting the default branch - push: - branches: ["main"] + # push: + # branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -47,4 +47,4 @@ jobs: path: 'site/public' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4