mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-17 17:28:02 +00:00
build: run all tests on pr
This commit is contained in:
3
.github/workflows/lint-appinfo-xml.yml
vendored
3
.github/workflows/lint-appinfo-xml.yml
vendored
@@ -7,9 +7,6 @@ name: Lint appinfo.xml
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'appinfo/info.xml'
|
||||
- '.github/workflows/lint-appinfo-xml.yml'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
4
.github/workflows/lint-openapi.yml
vendored
4
.github/workflows/lint-openapi.yml
vendored
@@ -2,10 +2,6 @@ name: Lint OpenAPI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'lib/**/*.php'
|
||||
- 'openapi.json'
|
||||
- '.github/workflows/lint-openapi.yml'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
4
.github/workflows/lint-php-cs.yml
vendored
4
.github/workflows/lint-php-cs.yml
vendored
@@ -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
|
||||
|
||||
3
.github/workflows/lint-php.yml
vendored
3
.github/workflows/lint-php.yml
vendored
@@ -7,9 +7,6 @@ name: Lint php
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.php'
|
||||
- '.github/workflows/lint-php.yml'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user