Skip to content

Commit

Permalink
ci: Update publish-release workflow
Browse files Browse the repository at this point in the history
Make a workflow_dispatch rather than release, as it seems that I still don't understand the release triggers

Signed-off-by: David Hart <[email protected]>
  • Loading branch information
dbhart authored Nov 6, 2024
1 parent 0809b13 commit 4e7d585
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Publish

on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 4e7d585

Please sign in to comment.