From 56aba7f20ae618f9ff91252c33a7e9473a8024b9 Mon Sep 17 00:00:00 2001 From: GauthierWebDev Date: Thu, 17 Apr 2025 13:47:28 +0200 Subject: [PATCH] ci: Update deployment trigger on main branch --- .gitea/workflows/deploy.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: