Fix phpstan and phplint branches

This commit is contained in:
slawkens 2025-01-13 22:15:48 +01:00
parent 620e0f62e4
commit faa60f5e9a
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -2,9 +2,9 @@ name: "PHPStan"
on: on:
pull_request: pull_request:
branches: [develop] branches: [master]
push: push:
branches: [develop] branches: [master]
jobs: jobs:
tests: tests: