fix: make workflow ignore changes in certain paths

This commit is contained in:
Stevan Freeborn
2023-02-20 14:46:40 -06:00
parent ec29d26fa8
commit 8e43088a7a
+3
View File
@@ -2,6 +2,9 @@ name: lint_format_test
on:
workflow_dispatch:
push:
paths-ignore:
- .github/
- .husky/
branches:
- master
pull_request: