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