From 9617b5e6d5ac73253d931eae327f3bef8236317d Mon Sep 17 00:00:00 2001 From: malik Date: Mon, 7 Apr 2025 00:27:11 +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 394c807..02fb7ac 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: [push] +on: [commit] jobs: Explore-Gitea-Actions: