diff --git a/.github/workflows/docusaurus.yml b/.github/workflows/docusaurus.yml index 0e0105926c1f2..3dfc2b379c6f5 100644 --- a/.github/workflows/docusaurus.yml +++ b/.github/workflows/docusaurus.yml @@ -6,7 +6,9 @@ name: Docusaurus on: - pull_request + push: + branches: + - main jobs: build-compiler-explorer: @@ -16,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.73.0 + toolchain: 1.73.0 # We hit an LLVM error building Wasm on 1.72 override: true - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh