diff options
Diffstat (limited to '.github/workflows/s3-primary-integration.yml')
-rw-r--r-- | .github/workflows/s3-primary-integration.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/s3-primary-integration.yml b/.github/workflows/s3-primary-integration.yml index 6202c2979e2..09823e71523 100644 --- a/.github/workflows/s3-primary-integration.yml +++ b/.github/workflows/s3-primary-integration.yml @@ -1,6 +1,16 @@ name: S3 primary storage integration tests on: pull_request: + paths: + - '.github/workflows/**' + - '3rdparty/**' + - '**/*.php' + - '**/lib/**' + - '**/tests/**' + - '**/vendor-bin/**' + - '.php-cs-fixer.dist.php' + - 'composer.json' + - 'composer.lock' push: branches: - master |