From d5af5a14ba0828999a004e2b84a9a7d4142ac2d1 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 21 Jan 2021 10:48:53 -0800 Subject: [PATCH] Update php.yml --- .github/workflows/php.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index ca04881..1384604 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,7 +2,9 @@ name: PHP Composer on: push: + branches: [ master, 1.x ] pull_request: + branches: [ master, 1.x ] jobs: build: