From bcce3203cb9d0f4666d0fb164b73f020173b5072 Mon Sep 17 00:00:00 2001 From: terrancemacgregor Date: Sun, 19 Jan 2025 10:45:35 -0500 Subject: [PATCH] Turned off auto deployment. --- .github/workflows/static.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 2bd90b5..8b81c17 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -2,10 +2,6 @@ name: Deploy static content to Pages on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: