From 8e80c830b734f01591dab3cdf1ccb59311cf0ae1 Mon Sep 17 00:00:00 2001 From: Milana Cap Date: Sat, 2 May 2026 22:07:41 +0200 Subject: [PATCH] Update deployment workflow to allow manual triggers Comment out the push trigger for the workflow and add manual dispatch option. Signed-off-by: Milana Cap --- .github/workflows/{deploy.yml => old-deploy.yml} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename .github/workflows/{deploy.yml => old-deploy.yml} (91%) diff --git a/.github/workflows/deploy.yml b/.github/workflows/old-deploy.yml similarity index 91% rename from .github/workflows/deploy.yml rename to .github/workflows/old-deploy.yml index 4d63e2d..8488278 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/old-deploy.yml @@ -1,12 +1,15 @@ name: Deploy to GitHub Pages -on: - push: - branches: - - main +# on: +# push: +# branches: +# - main # Review gh actions docs if you want to further define triggers, paths, etc # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on + # Allow running this workflow manually from the Actions tab + workflow_dispatch: + defaults: run: shell: bash