Update rust.yml

This commit is contained in:
Cadey Ratio 2020-07-14 10:27:44 -04:00 committed by GitHub
parent 5cda8549ed
commit 16bc22d8a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
name: Rust
on:
push: master
pull_request: master
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs: