mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
feat: allow manual triggering of release workflow
This commit is contained in:
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*' # Trigger on version tags like v1.0.0, v1.2.3, etc.
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write # Needed to create releases
|
||||
|
||||
Reference in New Issue
Block a user