Use develop branch for github workflows

This commit is contained in:
slawkens
2026-01-04 13:33:44 +01:00
parent 2db4f6a57b
commit c28dc29391
3 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
name: PHP Linting
on:
pull_request:
branches: [main]
branches: [develop]
push:
branches: [main]
branches: [develop]
jobs:
phplint: