Merge pull request #71 from ferrous-systems/fix-ci-config

switch CI to the default branch
This commit is contained in:
Jorge Aparicio 2020-07-16 13:30:55 +00:00 committed by GitHub
commit 0e3051f4c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,9 @@ name: Rust
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
env:
CARGO_TERM_COLOR: always
@ -65,4 +65,4 @@ jobs:
working-directory: ./advanced/firmware
run: |
cargo build --verbose
cargo fmt --all -- --check
cargo fmt --all -- --check