From d9fca1201d5bb2ec1d40a0ace2288a7f7b5ba586 Mon Sep 17 00:00:00 2001 From: ThaMunsta Date: Sun, 16 Mar 2025 15:10:06 -0400 Subject: [PATCH] deploy existing on push stack file? --- .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 c895cf9..be0bdb8 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: - pull_request: - branches: - - redeploy-stack + push: + paths: + - stack.yml jobs: Update-and-Redeploy-Stack: