From 3868fa75e3e9bcd69cf1aa1d47755975fd3a7136 Mon Sep 17 00:00:00 2001 From: Nico Oelgart Date: Fri, 1 May 2026 11:24:05 +0200 Subject: [PATCH] Disable runs for push --- .github/workflows/phpqa.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/phpqa.yml b/.github/workflows/phpqa.yml index 14f7ce4..ed82409 100644 --- a/.github/workflows/phpqa.yml +++ b/.github/workflows/phpqa.yml @@ -2,8 +2,6 @@ name: "Static code analysis" on: pull_request: - push: - branches: [master] jobs: static-code-analysis: