diff --git a/.github/workflows/docsite.yml b/.github/workflows/docsite.yml index 795bbcab..d12678fd 100644 --- a/.github/workflows/docsite.yml +++ b/.github/workflows/docsite.yml @@ -7,7 +7,6 @@ on: branches: ['main'] push: branches: [main] - paths: [docs/**] concurrency: group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref }}