From f833b99793309f4a26f4447f1c05f6378e92e016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9B=E6=81=A9=E5=BD=B1=E9=9F=B3=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=AE=A4?= <119514614+jinenge@users.noreply.github.com> Date: Wed, 25 Oct 2023 00:19:32 +0800 Subject: [PATCH] Update php.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 进恩影音工作室 <119514614+jinenge@users.noreply.github.com> --- .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 1ef7894..e152edc 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,9 +2,9 @@ name: PHP Composer on: push: - branches: [ "main" ] + branches: [ "index.php" ] pull_request: - branches: [ "main" ] + branches: [ "index.php" ] permissions: contents: read