Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cilki committed Mar 17, 2024
1 parent d343c53 commit 639fcac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
# built once.
on:
push:
branches: [main]
branches: [master]
pull_request:
# If new code is pushed to a PR branch, then cancel in progress workflows for that PR. Ensures that
# we don't waste CI time, and returns results quicker https://github.com/jonhoo/rust-ci-conf/pull/5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: read
on:
push:
branches: [main]
branches: [master]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ schedule against the latest version of `goldboot`.

| Linux | Windows | macos |
| ----- | ------- | ----- |
| ![Alpine](goldboot/src/foundry/molds/alpine/icon.png) ![x86_64](https://github.com/goldboot/goldboot-examples/workflows/Alpine-x86_64/badge.svg) | ![Windows 10](goldboot/src/foundry/molds/windows_10/icon.png) ![x86_64](https://github.com/goldboot/goldboot-examples/workflows/Windows10-x86_64/badge.svg) | ![macOS](goldboot/src/foundry/molds/arch_linux/mac_os.png) ![x86_64](https://github.com/goldboot/goldboot-examples/workflows/Macos-x86_64/badge.svg) |
| ![Arch Linux](goldboot/src/foundry/molds/arch_linux/icon.png) ![x86_64](https://github.com/goldboot/goldboot-examples/workflows/ArchLinux-x86_64/badge.svg) | |
| ![Debian](goldboot/src/foundry/molds/debian/icon.png) ![x86_64](https://github.com/goldboot/goldboot-examples/workflows/Debian-x86_64/badge.svg) | |
| ![Pop!_OS](goldboot/src/foundry/molds/pop_os/icon.png) ![x86_64](https://github.com/goldboot/goldboot-examples/workflows/Pop!_OS-x86_64/badge.svg) | |
| ![Steam Deck](goldboot/src/foundry/molds/steam_deck/icon.png) ![x86_64](https://github.com/goldboot/goldboot-examples/workflows/SteamDeck-x86_64/badge.svg) | |
| ![Steam OS](goldboot/src/foundry/molds/steam_os/icon.png) ![x86_64](https://github.com/goldboot/goldboot-examples/workflows/SteamOs-x86_64/badge.svg) | |
| ![Alpine](goldboot/src/foundry/molds/alpine/icon.png) ![x86_64](https://github.com/fossable/goldboot-examples/workflows/Alpine/badge.svg) | ![Windows 10](goldboot/src/foundry/molds/windows_10/icon.png) ![x86_64](https://github.com/fossable/goldboot-examples/workflows/Windows10/badge.svg) | ![macOS](goldboot/src/foundry/molds/arch_linux/mac_os.png) ![x86_64](https://github.com/fossable/goldboot-examples/workflows/Macos/badge.svg) |
| ![Arch Linux](goldboot/src/foundry/molds/arch_linux/icon.png) ![x86_64](https://github.com/fossable/goldboot-examples/workflows/ArchLinux/badge.svg) | |
| ![Debian](goldboot/src/foundry/molds/debian/icon.png) ![x86_64](https://github.com/fossable/goldboot-examples/workflows/Debian/badge.svg) | |
| ![Pop!_OS](goldboot/src/foundry/molds/pop_os/icon.png) ![x86_64](https://github.com/fossable/goldboot-examples/workflows/Pop!_OS/badge.svg) | |
| ![Steam Deck](goldboot/src/foundry/molds/steam_deck/icon.png) ![x86_64](https://github.com/fossable/goldboot-examples/workflows/SteamDeck/badge.svg) | |
| ![Steam OS](goldboot/src/foundry/molds/steam_os/icon.png) ![x86_64](https://github.com/fossable/goldboot-examples/workflows/SteamOs/badge.svg) | |

## Installation

Expand Down

0 comments on commit 639fcac

Please sign in to comment.