From 2687c35723d8dd151676bc140e19bf840c1b3e37 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Tue, 28 Jul 2026 14:59:55 +0100 Subject: [PATCH] pipeline test --- .gitea/workflows/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ac561e8..7770299 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,9 +1,12 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + workflow_dispatch: container: network: gitea-network + jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest