Browse Source

Fix CI

embedded-hal-1.0
Caemor 5 years ago
parent
commit
82f0fe2d15
  1. 4
      .github/workflows/rust.yml
  2. 2
      .travis.yml

4
.github/workflows/rust.yml

@ -4,10 +4,10 @@ name: Rust
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

2
.travis.yml

@ -42,7 +42,7 @@ branches:
only:
# release tags
- /^v\d+\.\d+\.\d+.*$/
- master
- main
notifications:
email:

Loading…
Cancel
Save