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: