build: run all tests on pr

This commit is contained in:
2025-11-27 08:49:08 +02:00
parent 4b468dbfc8
commit adf1ab4f7b
4 changed files with 0 additions and 14 deletions

View File

@@ -7,9 +7,6 @@ name: Lint appinfo.xml
on:
pull_request:
paths:
- 'appinfo/info.xml'
- '.github/workflows/lint-appinfo-xml.yml'
push:
branches:
- master

View File

@@ -2,10 +2,6 @@ name: Lint OpenAPI
on:
pull_request:
paths:
- 'lib/**/*.php'
- 'openapi.json'
- '.github/workflows/lint-openapi.yml'
push:
branches:
- master

View File

@@ -7,10 +7,6 @@ name: Lint php-cs
on:
pull_request:
paths:
- '**.php'
- '.php-cs-fixer.dist.php'
- '.github/workflows/lint-php-cs.yml'
push:
branches:
- master

View File

@@ -7,9 +7,6 @@ name: Lint php
on:
pull_request:
paths:
- '**.php'
- '.github/workflows/lint-php.yml'
push:
branches:
- master