From 691d2f09fd59a2a723760909430879f5fac923e6 Mon Sep 17 00:00:00 2001 From: Christbru Date: Sat, 18 Oct 2025 18:31:23 -0500 Subject: [PATCH] Switching off to other branch for testing deployment. main no longer triggers deployment at the moment. --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 14db905..72a6aa7 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -4,7 +4,7 @@ name: Build and Deploy on: push: - branches: ["main"] + branches: ["deploytest"] jobs: build-and-deploy: