Merge d09a9667498ac6663d7239bccc204a203acabf9a into 1a2da6c79b6dce68317a714d3f4015d18e30dcad

This commit is contained in:
CodeShell 2026-08-06 04:58:38 +05:30 committed by GitHub
commit 23a749f7b2
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: {}