Modify paths for pull request triggers

Update pull request workflow to include specific paths.
This commit is contained in:
rtm516 2026-03-26 14:09:51 +00:00 committed by GitHub
parent da147739ce
commit f6b679cecf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,10 +4,12 @@ on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
paths-ignore:
- '.gitignore'
- '*.md'
- '.github/*.md'
paths:
- '**'
- '!.gitignore'
- '!*.md'
- '!.github/**'
- '.github/workflows/pull-request.yml'
jobs:
build: