Merge branch 'main' into renovate/pytest-8.x
Some checks failed
PR-Build / PR Build (push) Failing after 8s

This commit is contained in:
tidoni 2025-10-18 08:54:24 +02:00
commit 4420fc22f4

View file

@ -2,6 +2,9 @@ name: PR-Build
on: on:
push: push:
branches: branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master - '!master' # excludes master
- '!main' # excludes main - '!main' # excludes main