1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-19 14:59:21 +00:00

Ignore paths in PR builds

This commit is contained in:
Aurora
2025-07-28 20:24:39 +01:00
parent b4fcf7bfeb
commit 128f5ae372

View File

@@ -2,6 +2,13 @@ name: Build Pull Request
on:
pull_request_target:
paths-ignore:
- '.github/ISSUE_TEMPLATE/*.yml'
- '.github/actions/pullrequest.yml'
- '.idea/copyright/*.xml'
- '.gitignore'
- 'LICENSE'
- 'README.md'
jobs:
build: