Skip to content

Commit

Permalink
ci: updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Oct 21, 2023
1 parent b0b9cff commit fed1675
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Based on https://github.com/actions-rs/example/blob/master/.github/workflows/quickstart.yml

on: [push, pull_request]

name: rust

on:
push:
branches: [main]
pull_request:

jobs:
test:
name: Build Wasm
Expand Down

0 comments on commit fed1675

Please sign in to comment.