mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-29 23:10:08 +00:00
only run workflows when they are actually needed
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
4
.github/workflows/json-validator.yml
vendored
4
.github/workflows/json-validator.yml
vendored
@@ -2,9 +2,13 @@ name: Json Validator
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.json'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '**.json'
|
||||
|
||||
jobs:
|
||||
psalm:
|
||||
|
||||
Reference in New Issue
Block a user