From 99596714fa7fdf9ecf79d06fd865c46ed7c1e844 Mon Sep 17 00:00:00 2001 From: jafreli Date: Sat, 25 Jan 2025 21:42:03 +0100 Subject: [PATCH] Test actions on test branch --- .gitea/workflows/demo.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 394c807..2fe7995 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,6 +1,10 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + branches: + - main + - test jobs: Explore-Gitea-Actions: -- 2.49.1