diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2023-10-06 15:57:15 +1100 |
|---|---|---|
| committer | Jim Mussared <jim.mussared@gmail.com> | 2023-10-06 16:39:55 +1100 |
| commit | 5232847771903e9022c8c67a436b0562e4530602 (patch) | |
| tree | 7a67f2ec9403c5b785d3dc6d6dd801056ee6db11 | |
| parent | 69e34b6b6bdf45bc1111777c46839a8b5fcb30bd (diff) | |
README.md: Update CI badges.
- Fix URL for the unix badge.
- Add stm32 CI badge.
- Add docs CI badge (linking to the documentation)
- Make docs CI run on push (so we get a badge generated).
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
| -rw-r--r-- | .github/workflows/docs.yml | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a0105d6ca..e0b6fdaba 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,6 +1,7 @@ name: Build docs on: + push: pull_request: paths: - docs/** @@ -1,4 +1,4 @@ -[](https://github.com/micropython/micropython/actions?query=branch%3Amaster+event%3Apush) [](https://codecov.io/gh/micropython/micropython) +[](https://github.com/micropython/micropython/actions?query=branch%3Amaster+event%3Apush) [](https://github.com/micropython/micropython/actions?query=branch%3Amaster+event%3Apush) [](https://docs.micropython.org/) [](https://codecov.io/gh/micropython/micropython) The MicroPython project ======================= |
