diff --git a/.distignore b/.distignore index af58f8c..8552646 100644 --- a/.distignore +++ b/.distignore @@ -36,8 +36,8 @@ webpack.config.js wp-cli.local.yml yarn.lock tests -vendor node_modules *.sql *.tar.gz *.zip +phpstan.neon.dist diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2dc0efe..8faf476 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,11 +20,6 @@ jobs: key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} restore-keys: | ${{ runner.os }}-php- - - name: Dump github context - run: echo "$GITHUB_CONTEXT" - shell: bash - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - name: Build run: | composer install --no-dev --no-interaction --no-progress --optimize-autoloader --ignore-platform-reqs