diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c67a0ab..36874ce 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -46,7 +46,7 @@ jobs: publish-docs: needs: build-docs - if: github.event_name == 'push' && github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' runs-on: ubuntu-22.04 steps: - name: Download Documentation