diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index f7aa2665..49f685d5 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -10,12 +10,12 @@ on: branches: - main paths: - - 'plugins/**/*.php' + - 'plugins/**' pull_request: branches: - main paths: - - 'plugins/**/*.php' + - 'plugins/**' jobs: detect-plugins: @@ -73,3 +73,5 @@ jobs: vendor node_modules tests + ignore-warnings: true + include-experimental: false