diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index eb81c1f0..e158e7f6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,8 +1,6 @@ name: Build and Deploy -on: - pull_request: - types: [push, opened, synchronize, reopened, ready_for_review] +on: [push, pull_request] concurrency: group: ${{ github.ref }}-${{ github.head_ref }}-docs