From d81457042603340fd11648e86decc12921f0f5f0 Mon Sep 17 00:00:00 2001 From: ThaMunsta Date: Sun, 16 Mar 2025 15:11:33 -0400 Subject: [PATCH] i take that back. this is actually a weird usecase. --- .gitea/workflows/redeploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/redeploy.yaml b/.gitea/workflows/redeploy.yaml index be0bdb8..c895cf9 100644 --- a/.gitea/workflows/redeploy.yaml +++ b/.gitea/workflows/redeploy.yaml @@ -2,9 +2,9 @@ name: Pull Images and Redeploy run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: - push: - paths: - - stack.yml + pull_request: + branches: + - redeploy-stack jobs: Update-and-Redeploy-Stack: