diff --git a/.forgejo/workflows/pr.yaml b/.forgejo/workflows/pr.yaml index 8b4816d..d55279a 100644 --- a/.forgejo/workflows/pr.yaml +++ b/.forgejo/workflows/pr.yaml @@ -2,9 +2,6 @@ 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