allow authenticated workflow dispatch

This commit is contained in:
Jonathan Shook 2024-09-23 14:45:11 -05:00
parent ddc44af1d3
commit e403b5bfbc

View File

@ -14,6 +14,9 @@ on:
push: push:
tags: tags:
- "[0-9]+.[0-9]+.[0-9]+-release" - "[0-9]+.[0-9]+.[0-9]+-release"
workflow_dispatch:
jobs: jobs:
release-build: release-build: