diff --git a/.github/workflows/publish-fern-docs.yml b/.github/workflows/publish-fern-docs.yml index 7d2f0e6c..247df35b 100644 --- a/.github/workflows/publish-fern-docs.yml +++ b/.github/workflows/publish-fern-docs.yml @@ -8,7 +8,7 @@ on: jobs: run: runs-on: ubuntu-latest - if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/heads/main') && github.run_number > 1 }} + if: ${{ github.event_name == 'push' }} steps: - name: Checkout repository uses: actions/checkout@v4