feat: allow manual triggering of release workflow

This commit is contained in:
courtmanr@gmail.com
2025-04-30 19:53:47 +01:00
parent b1b79512ca
commit cbf246207d
+1
View File
@@ -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