Skip to content

Commit

Permalink
Only push on main, document toolchain choice
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Oct 17, 2023
1 parent d8b887a commit 01e5a5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
name: Docusaurus

on:
pull_request
push:
branches:
- main

jobs:
build-compiler-explorer:
Expand All @@ -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
Expand Down

0 comments on commit 01e5a5f

Please sign in to comment.