Closes #18484: Exempt changes to GitHub templates from CI

This commit is contained in:
Jeremy Stretch 2025-01-24 09:30:54 -05:00
parent 313f44646b
commit b2b47ac740

View File

@ -3,11 +3,15 @@ name: CI
on: on:
push: push:
paths-ignore: paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.github/PULL_REQUEST_TEMPLATE.md'
- 'contrib/**' - 'contrib/**'
- 'docs/**' - 'docs/**'
- 'netbox/translations/**' - 'netbox/translations/**'
pull_request: pull_request:
paths-ignore: paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.github/PULL_REQUEST_TEMPLATE.md'
- 'contrib/**' - 'contrib/**'
- 'docs/**' - 'docs/**'
- 'netbox/translations/**' - 'netbox/translations/**'