Skip to content

Commit

Permalink
chore(ci): way to manually trigger the build
Browse files Browse the repository at this point in the history
Add a way to manually trigger the build without needing to
create a new release, via GitHub action workflow dispatch.

Useful for quickfixes.
  • Loading branch information
bfabio authored Jun 19, 2024
1 parent 4bb37a4 commit d22a62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: publish

on:
workflow_dispatch:
push:
tags:
- '*'
Expand Down

0 comments on commit d22a62b

Please sign in to comment.