From 28946838fe30783bb184fe3a034ed43822a7845b Mon Sep 17 00:00:00 2001 From: malik Date: Mon, 7 Apr 2025 00:35:19 +0200 Subject: [PATCH] Update .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 02fb7ac..394c807 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,6 +1,6 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [commit] +on: [push] jobs: Explore-Gitea-Actions: