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: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches: branches:
- master - main
jobs: jobs:
build: build:

2
.travis.yml

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

Loading…
Cancel
Save