mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 15:36:52 +00:00
only run workflows when they are actually needed
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
ba6195815e
commit
2e19b5ab58
8 changed files with 74 additions and 31 deletions
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue