ci(lint): Specify paths that trigger workflow (#601)
This commit is contained in:
parent
a48ae2d12e
commit
442c767338
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -4,9 +4,13 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- "*.sh"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- "*.sh"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user