From 903c6acd26da7cbb9b2af135d9107f38fcea584c Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Fri, 2 Jan 2026 21:20:38 -0600 Subject: [PATCH] chore: Update pipeline to deploy on all commits --- .gitea/workflows/staging.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/staging.yaml b/.gitea/workflows/staging.yaml index 106e88e..0630bfb 100644 --- a/.gitea/workflows/staging.yaml +++ b/.gitea/workflows/staging.yaml @@ -1,5 +1,5 @@ # MotoVaultPro Staging Deployment Workflow -# Triggers on push to main, builds and deploys to staging.motovaultpro.com +# Triggers on push to main or any pull request, builds and deploys to staging.motovaultpro.com # After verification, sends notification with link to trigger production deploy name: Deploy to Staging @@ -9,6 +9,8 @@ on: push: branches: - main + pull_request: + types: [opened, synchronize, reopened] env: REGISTRY: git.motovaultpro.com