From faa60f5e9ab8ca0e6fbced3ae9864f59e321b7e8 Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 13 Jan 2025 22:15:48 +0100 Subject: [PATCH] Fix phpstan and phplint branches --- .github/workflows/phplint.yml | 4 ++-- .github/workflows/phpstan.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/phplint.yml b/.github/workflows/phplint.yml index aa95caed..a38b3d71 100644 --- a/.github/workflows/phplint.yml +++ b/.github/workflows/phplint.yml @@ -1,9 +1,9 @@ name: PHP Linting on: pull_request: - branches: [develop] + branches: [master] push: - branches: [develop] + branches: [master] jobs: phplint: diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 8c581d8a..9fa39d0f 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -2,9 +2,9 @@ name: "PHPStan" on: pull_request: - branches: [develop] + branches: [master] push: - branches: [develop] + branches: [master] jobs: tests: