From 7452d629761f20f778e73374a3be4660dd1665d8 Mon Sep 17 00:00:00 2001 From: jon brookes Date: Fri, 9 Feb 2024 12:41:45 +0000 Subject: [PATCH] disable automated workfow --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9b3b66a..7c6e989 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,8 +3,8 @@ name: Deploy to GitHub Pages on: # Trigger the workflow every time you push to the `main` branch # Using a different branch name? Replace `main` with your branch’s name - push: - branches: [ main ] + # push: + # branches: [ main ] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: