diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 638355c..24e61e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,15 @@ on: push: branches: - main + paths: + - '**/*' + - '!*.md' pull_request: branches: - main - + paths: + - '**/*' + - '!*.md' jobs: run: name: PHP ${{ matrix.php }} diff --git a/.gitignore b/.gitignore index a5ebbe1..3bcefee 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ composer.lock composer.phar /build _site/ +.phpunit.cache \ No newline at end of file