Add .pre-commit-config.yaml to CI ignore rules

This commit is contained in:
Joe Rickerby
2023-07-10 11:34:10 +01:00
parent c824c7e87a
commit f5960020cd
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- .pre-commit-config.yaml
workflow_dispatch:
# allow manual runs on branches without a PR