From fa09bfa2eadd6ca45ee18a06944e0e2d46a235c3 Mon Sep 17 00:00:00 2001 From: Loren Norman Date: Fri, 13 Jun 2025 12:21:10 -0400 Subject: [PATCH] disable static deploy task --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d1f33f5..a9f2e7d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -3,8 +3,8 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch - push: - branches: ["main"] + # push: + # branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: