From 9ceb2a318882d3d2a0e1e04a3b3506ec49b6cde9 Mon Sep 17 00:00:00 2001 From: Will Freeman Date: Thu, 1 Jan 2026 20:48:30 -0600 Subject: [PATCH] update action --- .github/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 965c264..f82e771 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,7 +2,8 @@ name: Deploy DeFlock Backend on: push: - branches: [master] + branches: [static-site] + # TODO: change to master after testing jobs: deploy: