Merge d09a9667498ac6663d7239bccc204a203acabf9a into 54507eba20904238dd4db8056b4529bd3199dbd2

This commit is contained in:
CodeShell 2026-07-25 01:09:11 +02:00 committed by GitHub
commit fb1051f28d
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/**"
permissions: {}