diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c3b1eb2..898355f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,6 +25,7 @@ jobs: build: name: Build Docs runs-on: ubuntu-latest + if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - name: Checkout code