From 64abbb472cc691b4706617d031c46b8ababcf80d Mon Sep 17 00:00:00 2001 From: nett00n Date: Wed, 27 Aug 2025 18:58:12 +0200 Subject: [PATCH] Update .gitea/workflows/demo.yaml --- .gitea/workflows/demo.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 394c807..e878dc2 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,7 +1,8 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - +on: + - push + - manual jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest