Update pull-request.yml

This commit is contained in:
DeadVoxelx
2026-04-13 19:58:21 -04:00
committed by GitHub
parent f62b5970b3
commit eca3c239e0

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: