fix: make workflow ignore changes in certain paths
This commit is contained in:
@@ -2,6 +2,9 @@ name: lint_format_test
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths-ignore:
|
||||
- .github/
|
||||
- .husky/
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
Reference in New Issue
Block a user