From b3afac528f4906a6d59ee7fc3aa00e35fc53b792 Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Sun, 13 Oct 2024 19:14:29 +0100 Subject: [PATCH] removing triggers from staging --- .github/workflows/pages.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5b1f16c..71605ac 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -1,13 +1,13 @@ # Sample workflow for building and deploying a Hugo site to GitHub Pages name: Deploy Hugo site to Staging (Pages) -on: - # Runs on pushes targeting the default branch - push: - branches: ["master"] +on: {} +# # Runs on pushes targeting the default branch +# push: +# branches: ["master"] - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: +# # Allows you to run this workflow manually from the Actions tab +# workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: