From 4c4427def1822dc26767d922d5f577d34e33b3c2 Mon Sep 17 00:00:00 2001 From: Sergei Tigrov Date: Sun, 12 Nov 2023 14:14:29 +0700 Subject: [PATCH] Update bc test settings (#310) --- .github/workflows/bc.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index 7fec32c4..5970206c 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -1,6 +1,15 @@ on: - - pull_request - - push + pull_request: + paths: + - 'src/**' + - '.github/workflows/bc.yml' + - 'composer.json' + push: + branches: ['master'] + paths: + - 'src/**' + - '.github/workflows/bc.yml' + - 'composer.json' name: backwards compatibility