mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-03 11:32:20 +00:00
switch CI to the default branch
This commit is contained in:
parent
f2a1104661
commit
a4de8b0c8b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -2,9 +2,9 @@ name: Rust
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
@ -65,4 +65,4 @@ jobs:
|
||||||
working-directory: ./advanced/firmware
|
working-directory: ./advanced/firmware
|
||||||
run: |
|
run: |
|
||||||
cargo build --verbose
|
cargo build --verbose
|
||||||
cargo fmt --all -- --check
|
cargo fmt --all -- --check
|
||||||
|
|
Loading…
Reference in a new issue