Skip to content

Commit

Permalink
Update README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jan 29, 2022
1 parent 5b057b1 commit 9976647
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
pull_request:
workflow_dispatch:
push:
tags:
- "*"
branches:
- main

jobs:
test:
Expand All @@ -34,6 +38,10 @@ on:
pull_request:
workflow_dispatch:
push:
tags:
- "*"
branches:
- main

jobs:
test:
Expand Down Expand Up @@ -61,5 +69,6 @@ jobs:

- uses: actions/upload-artifact@v2
with:
name: sphere
path: ${{ matrix.os }}-sphere.png
```

0 comments on commit 9976647

Please sign in to comment.