From 6bd3e07838ffb12ae8ee04cf29458a6a5e26a89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20Kriszti=C3=A1n?= Date: Fri, 14 Jun 2024 13:50:20 +0000 Subject: [PATCH] SECURITY-480: fix github action Co-authored-by: Laszlo Losonczy --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index b28c0be..a57bd2e 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -4,7 +4,7 @@ on: push: branches: [ master ] tags: - - 'v*' + - '*' pull_request: branches: [ master ]