From d7acc056729ddfb10affac0c053d7c4bd8fe8891 Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Sun, 23 Mar 2025 19:00:53 -0400 Subject: [PATCH] Update workflow branch trigger --- .gitea/workflows/build_and_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_deploy.yaml b/.gitea/workflows/build_and_deploy.yaml index 1ebc8c5..5aa3abb 100644 --- a/.gitea/workflows/build_and_deploy.yaml +++ b/.gitea/workflows/build_and_deploy.yaml @@ -5,7 +5,7 @@ run-name: ${{ gitea.actor }} is building, and deploying the static page on: push: branches: - - prod + - master jobs: deploy-prod: