From 795fb7d99b34723c04dbb26fab7eb7d346b86dd0 Mon Sep 17 00:00:00 2001 From: SupeRod Date: Mon, 13 Nov 2023 17:11:33 +0800 Subject: [PATCH] Update php.yml --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 96de9ef..8b96225 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,9 +2,9 @@ name: PHP Composer on: push: - branches: [ "v0.x" ] + branches: [ "*" ] pull_request: - branches: [ "v0.x" ] + branches: [ "*" ] permissions: contents: read