From 1046ede22e2b7b792b022cfb4a88d363b41a7968 Mon Sep 17 00:00:00 2001 From: raul Date: Sat, 30 Mar 2024 15:55:12 +0100 Subject: [PATCH] Add testing branch and update to only affect main --- .gitea/workflows/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 1029150..bb21a77 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,7 +1,8 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - +on: + push: + branches: [main] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest