From bec1bf807e63a59001f9b814991654f6b84bae53 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 22 Jul 2026 17:44:47 +0200 Subject: [PATCH] Drop pull_request trigger from version_command workflow --- .github/workflows/version_command.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/version_command.yaml b/.github/workflows/version_command.yaml index a0144274ee..b19e0a22f5 100644 --- a/.github/workflows/version_command.yaml +++ b/.github/workflows/version_command.yaml @@ -5,7 +5,6 @@ name: Version Command # which prints the bundled PHP-CS-Fixer version on: - pull_request: push: branches: - main