Merge d09a9667498ac6663d7239bccc204a203acabf9a into 881e9203c1cec2f0cbdb25978b7242fe5cee8c9f

This commit is contained in:
CodeShell 2026-05-06 23:42:28 +01:00 committed by GitHub
commit 871a4faf23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,9 +4,22 @@ on:
push:
branches:
- '**' #every branch
paths-ignore:
- "*/*.md"
- "*/*.yml"
- "doc/**"
- "plugins/**"
- ".github/**"
pull_request:
branches:
- '**' #every branch
paths-ignore:
- "*/*.md"
- "*/*.yml"
- "doc/**"
- "plugins/**"
- ".github/**"
jobs:
setup: