Skip to content

Commit

Permalink
Added a way to execution the release and publish scripts directly fro…
Browse files Browse the repository at this point in the history
…m github (#302)
  • Loading branch information
DanteNiewenhuis authored Feb 6, 2025
1 parent 8a3f26b commit 2a0f78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Publish
on:
release:
types: [published]
workflow_dispatch:

jobs:
push-simulator:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Release
on:
push:
tags: ['v*']
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 2a0f78c

Please sign in to comment.