From e684b15d8559e636d1ac67e74c5eed6aa7a0e01a Mon Sep 17 00:00:00 2001 From: informaticker Date: Sun, 3 Nov 2024 22:51:09 +0100 Subject: [PATCH] testing --- .gitea/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index c537cc6..ac216fc 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,6 +1,11 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + branches: + - main + - master + workflow_dispatch: jobs: Explore-Gitea-Actions: