diff --git a/.gitea/workflows/OnMergeOnPushToLive.yaml b/.gitea/workflows/OnMergeOnPushToLive.yaml index 7c3668c..60b2f8e 100644 --- a/.gitea/workflows/OnMergeOnPushToLive.yaml +++ b/.gitea/workflows/OnMergeOnPushToLive.yaml @@ -5,10 +5,10 @@ on: types: - closed branches: - - ${{ vars.BRANCH }} + - prod push: branches: - - ${{ vars.BRANCH }} + - prod jobs: build-and-deploy: