diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index acd110b..b3513c7 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,6 +1,9 @@ name: Update Memento Dev on VPS run-name: ${{ gitea.actor }} is deploying the application on the VPS 🚀 -on: [push] +on: + push: + branches: + - main jobs: deploy: