From 3f3797fcadffca2f2a600fc88de36a374a5c957e Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Thu, 3 Jul 2025 15:51:36 +0530 Subject: [PATCH] Update WF --- .gitea/workflows/demo.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 394c807..0b46f55 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,7 +1,9 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - +on: + workflow_dispatch: + push: + jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest