Skip CI for commits that only update translations

This commit is contained in:
Jeremy Stretch 2024-06-07 13:50:58 -04:00
parent 5788b6cb28
commit e820c145f3

View File

@ -5,10 +5,12 @@ on:
paths-ignore:
- 'contrib/**'
- 'docs/**'
- 'netbox/translations/**'
pull_request:
paths-ignore:
- 'contrib/**'
- 'docs/**'
- 'netbox/translations/**'
permissions:
contents: read