Make fetching server config trigger a redraw (#75) #162
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rust | |
on: | |
push: | |
branches: | |
- meister | |
- nächtlich | |
pull_request: | |
branches: | |
- meister | |
- nächtlich | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup | |
run: rustup target add wasm32-unknown-unknown && cargo install cargo-make trunk | |
- name: Compile | |
run: cargo make |