From 1d9daed32b34dbb32b1a1301d165479d3af14459 Mon Sep 17 00:00:00 2001 From: chaz6chez Date: Thu, 8 Feb 2024 18:01:12 +0800 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 27f112c..cc6cfe7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [ "main" ] + branches: [ "1.x" ] pull_request: - branches: [ "main" ] + branches: [ "1.x" ] jobs: PHPUnit: