From 303658c314e6b9e25bd4e6d7807415fb5381dd40 Mon Sep 17 00:00:00 2001 From: Aria Date: Mon, 24 Mar 2025 06:01:33 +1100 Subject: [PATCH] Disable astro.yml --- .github/workflows/astro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 6857b7c..e1133ff 100644 --- a/.github/workflows/astro.yml +++ b/.github/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: