ci(lint): perform the pipeline on jusfile changes
This commit is contained in:
parent
c7fba4455d
commit
f5151ab143
|
@ -1,9 +1,11 @@
|
||||||
variables:
|
variables:
|
||||||
- &when_path_lua
|
- &when_path_lua
|
||||||
- ".woodpecker/lint.yml"
|
- ".woodpecker/lint.yml"
|
||||||
|
- "justfile"
|
||||||
- "**/*.lua"
|
- "**/*.lua"
|
||||||
- &when_path_teal
|
- &when_path_teal
|
||||||
- ".woodpecker/lint.yml"
|
- ".woodpecker/lint.yml"
|
||||||
|
- "justfile"
|
||||||
- "**/*.tl"
|
- "**/*.tl"
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
|
|
Loading…
Reference in New Issue