Skip to content

Commit

Permalink
Update distignore; Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh committed Dec 5, 2023
1 parent 1822f9e commit 9511720
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ webpack.config.js
wp-cli.local.yml
yarn.lock
tests
vendor
node_modules
*.sql
*.tar.gz
*.zip
phpstan.neon.dist
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9511720

Please sign in to comment.