From 7b283dae36eb434aacc91576180a0efabfef040b Mon Sep 17 00:00:00 2001 From: tidoni Date: Sat, 18 Oct 2025 08:53:06 +0200 Subject: [PATCH 1/2] .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 From 1a62285e3b047c736b162c78dffc9fc6465080ee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 18 Oct 2025 07:00:45 +0000 Subject: [PATCH 2/2] Update dependency pypdf to v6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d2be1c..9020bc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask==3.1.2 gunicorn==23.0.0 -pypdf==5.8.0 +pypdf==6.1.1 # For testing pytest==8.3.2