Browse Source

Run CI on pull_request and push[master] (#268)

remotes/origin/add-with-shims
Gal Schlezinger 4 years ago committed by GitHub
parent
commit
5f9137997b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/rust.yml

6
.github/workflows/rust.yml

@ -1,6 +1,10 @@ @@ -1,6 +1,10 @@
name: Rust
on: [push]
on:
pull_request:
push:
branches:
- master
jobs:
fmt:

Loading…
Cancel
Save