Skip to content

Commit

Permalink
testing ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pier-bezuhoff committed Jan 13, 2024
1 parent ea9488d commit bdde4cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
name: "Build for Desktop ${{ matrix.os }}"
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest] # , macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Dodeclusters
Create vector images using only intersections of circles
[Deployed here](https://pier-bezuhoff.github.io/Dodeclusters/) from the `github-pages` branch
![example event parameter](https://github.com/pier-bezuhoff/Dodeclusters/actions/workflows/build.yml/badge.svg?event=push)

## Project structure
This is a Kotlin Multiplatform project targeting Android, Web, Desktop.
Expand Down

0 comments on commit bdde4cb

Please sign in to comment.