icingaweb2-module-graphite/.github/workflows/php.yml
Sukhwinder Dhillon 554ecd9967 GitHub Actions: Run in any pull request
Allow GitHub Actions to run for every pull request instead of only main-based pull requests
2025-12-15 14:19:54 +01:00

18 lines
322 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:
dependencies: |
{
"./vendor/icingaweb2-modules/icingadb" : "https://github.com/Icinga/icingadb-web.git"
}