From 7b283dae36eb434aacc91576180a0efabfef040b Mon Sep 17 00:00:00 2001 From: tidoni Date: Sat, 18 Oct 2025 08:53:06 +0200 Subject: [PATCH] .forgejo/workflows/pr.yaml aktualisiert --- .forgejo/workflows/pr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/pr.yaml b/.forgejo/workflows/pr.yaml index d55279a..8b4816d 100644 --- a/.forgejo/workflows/pr.yaml +++ b/.forgejo/workflows/pr.yaml @@ -2,6 +2,9 @@ name: PR-Build on: push: branches: + - '*' # matches every branch that doesn't contain a '/' + - '*/*' # matches every branch containing a single '/' + - '**' # matches every branch - '!master' # excludes master - '!main' # excludes main