From 6fe415f6cf99d35c33fcc0a7e7cd45cfa1ce615f Mon Sep 17 00:00:00 2001 From: Audrey Jensen Date: Tue, 13 Aug 2024 15:13:39 -0500 Subject: [PATCH] fix trigger --- .gitea/workflows/production-deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/production-deploy.yaml b/.gitea/workflows/production-deploy.yaml index 8579bc0..c203829 100644 --- a/.gitea/workflows/production-deploy.yaml +++ b/.gitea/workflows/production-deploy.yaml @@ -2,7 +2,8 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: - branches: [ $default-branch ] + branches: + - master jobs: Deploy: