icingadb-web/.github/workflows/php.yml
Sukhwinder Dhillon 5425933405 GitHub Actions: Use new PHP workflow
- Remove obsolete workflow trigger for `release/*` branch pushes
- Run workflow on push to branch `support/*`
2025-12-15 14:21:44 +01:00

21 lines
586 B
YAML

name: CI
on:
push:
branches:
- main
- support/*
pull_request:
jobs:
php:
name: PHP
uses: Icinga/github-actions/.github/workflows/php.yml@main
with:
php-extensions: ldap
dependencies: |
{
"./vendor/icingaweb2-modules/x509" : "https://github.com/Icinga/icingaweb2-module-x509.git",
"./vendor/icingaweb2-modules/pdfexport" : "https://github.com/Icinga/icingaweb2-module-pdfexport.git",
"./vendor/icingaweb2-modules/reporting" : "https://github.com/Icinga/icingaweb2-module-reporting.git"
}