build: update workflows to run on push with filters

This commit is contained in:
2026-01-23 00:24:17 +02:00
parent 463ab8c44a
commit 0fd9efdd53
6 changed files with 180 additions and 13 deletions

View File

@@ -8,7 +8,22 @@
name: PHPUnit PostgreSQL
on: pull_request
on:
pull_request:
push:
branches:
- master
paths:
- '.github/workflows/**'
- 'appinfo/**'
- 'lib/**'
- 'templates/**'
- 'tests/**'
- 'vendor/**'
- 'vendor-bin/**'
- '.php-cs-fixer.dist.php'
- 'composer.json'
- 'composer.lock'
permissions:
contents: read