From 9ccbe51a868d2da2e8b53bd5b37108eeb4d2fd0a Mon Sep 17 00:00:00 2001 From: Patrick de Ruiter Date: Mon, 10 Nov 2025 12:11:06 +0100 Subject: [PATCH] Fix pipeline trigger: add main branch to workflow --- .gitea/workflows/pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 94db290..efd9d8d 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -1,6 +1,7 @@ on: push: branches: + - main - master pull_request: types: [opened, synchronize, reopened]