From b81316bafa0cc1b11a911821bdad035a3b116483 Mon Sep 17 00:00:00 2001 From: steev Date: Tue, 3 Oct 2023 17:55:57 +0200 Subject: [PATCH] fixed workflow --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 952311b..bdbc17b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,7 +1,7 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: - merge: + push: branches: - Release -- 2.47.2