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