Merge d09a9667498ac6663d7239bccc204a203acabf9a into 184231020c6b23ebb31e05d6732dc819987d1c84

This commit is contained in:
CodeShell 2026-04-30 07:42:58 +02:00 committed by GitHub
commit eed82f5a9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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