mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-23 16:06:51 +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
|
|
@ -3,9 +3,13 @@ name: PHP Deprecation Detector
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'php/**'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'php/**'
|
||||
|
||||
jobs:
|
||||
psalm:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue