Skip to content

Commit

Permalink
Allow workflow-dispatch on public to grab assets
Browse files Browse the repository at this point in the history
  • Loading branch information
m-clare committed Jun 11, 2024
1 parent 8bfa0d1 commit a20093a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish
on:
release:
types: [published]
workflow-dispatch:

jobs:
build:
Expand Down

0 comments on commit a20093a

Please sign in to comment.