diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 16f5e06..309451a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,11 +10,6 @@ on: - 'docs/**' pull_request: branches: [master] - paths-ignore: - - '**.md' - - 'LICENSE' - - '.gitignore' - - 'docs/**' concurrency: group: deploy-${{ github.event.pull_request.number || github.ref }}