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