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: workflow_dispatch:
pull_request: pull_request:
types: [opened, reopened, synchronize] types: [opened, reopened, synchronize]
paths-ignore: paths:
- '.gitignore' - '**'
- '*.md' - '!.gitignore'
- '.github/*.md' - '!*.md'
- '!.github/**'
- '.github/workflows/pull-request.yml'
jobs: jobs:
build: build: