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: