From 4eec21fdec48182c826449e16fc5768c6e03b724 Mon Sep 17 00:00:00 2001 From: Parnic Date: Mon, 3 Mar 2025 11:53:35 -0600 Subject: [PATCH] Make sure it works on push... --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index fd64f4f..efee2c4 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -2,7 +2,7 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: - branches: [main] + pull_request: branches: [main] workflow_dispatch: