Merge pull request #1502 from embassy-rs/ci-fixes

CI fixes.
This commit is contained in:
Dario Nieuwenhuis 2023-05-29 16:55:38 +00:00 committed by GitHub
commit cc23129456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

1
.github/ci/rust.sh vendored
View File

@ -1,5 +1,4 @@
#!/bin/bash
## on push branch=main
## on push branch~=gh-readonly-queue/main/.*
## on pull_request

View File

@ -2,7 +2,7 @@ name: Docs
on:
push:
branches: [master]
branches: [main]
env:
BUILDER_THREADS: '1'