Skip to content

Commit

Permalink
Make it possible to trigger release pipeline manually
Browse files Browse the repository at this point in the history
so I can experiment with the MacOS builds
  • Loading branch information
atodorov committed Aug 14, 2024
1 parent c2df469 commit 8f9815b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
tags:
- "*"
workflow_dispatch:

permissions: read-all

Expand Down

0 comments on commit 8f9815b

Please sign in to comment.