diff --git a/.github/workflows/build-toc.yaml b/.github/workflows/build-toc.yaml index 1855a41..d897eb1 100644 --- a/.github/workflows/build-toc.yaml +++ b/.github/workflows/build-toc.yaml @@ -9,7 +9,7 @@ on: jobs: run-script: runs-on: ubuntu-latest - if: github.event.pull_request.merged == true && github.base_ref == 'main' + if: github.event.pull_request.merged == true steps: - name: Checkout repository uses: actions/checkout@v3