diff --git a/.github/workflows/astro.yml b/.github-disabled/workflows/astro.yml similarity index 99% rename from .github/workflows/astro.yml rename to .github-disabled/workflows/astro.yml index 6857b7c..e1133ff 100644 --- a/.github/workflows/astro.yml +++ b/.github-disabled/workflows/astro.yml @@ -7,7 +7,7 @@ name: Deploy Astro site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: [] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/docker-image.yml b/.github-disabled/workflows/docker-image.yml similarity index 100% rename from .github/workflows/docker-image.yml rename to .github-disabled/workflows/docker-image.yml