mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-30 07:20:09 +00:00
run yaml lint only if yml files were changes
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
5
.github/workflows/lint-yaml.yml
vendored
5
.github/workflows/lint-yaml.yml
vendored
@@ -8,7 +8,10 @@
|
||||
|
||||
name: Lint YAML
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.yml'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user