From 682507dd77b44798067f9f049e2f0125333563b1 Mon Sep 17 00:00:00 2001 From: dannc Date: Wed, 4 Oct 2023 10:59:26 +0700 Subject: [PATCH] ci: remove paths --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0846977..bad3c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,12 +6,6 @@ on: push: branches: - '**' - paths: - - 'src/*' - - 'tests/*' - - 'composer.json' - - 'phpunit.xml' - - 'phpcs.xml' jobs: tests: