diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33fb37ac..81a31744 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: "Run CI" on: pull_request: - types: [opened, reopened, synchronize, ready_for_review] + types: [opened, reopened] push: branches: - "**" @@ -25,4 +25,4 @@ jobs: # - uses: ./.github/actions/setup-poetry # - name: Build docs # run: poetry run mkdocs build --verbose --clean - \ No newline at end of file +