ci(lint): add `when` constraints
This commit is contained in:
parent
f5efc9c915
commit
55db082f61
|
@ -11,3 +11,8 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- apk add just stylua
|
- apk add just stylua
|
||||||
- just check-format
|
- just check-format
|
||||||
|
|
||||||
|
when:
|
||||||
|
branch: master
|
||||||
|
path:
|
||||||
|
include: [ '.woodpecker/lint.yml', '*.lua' ]
|
||||||
|
|
Loading…
Reference in New Issue