ci: Allow triggering releases manually

This commit is contained in:
TwiN
2022-12-10 16:24:35 -05:00
parent 5ce890bbff
commit 184c7f23ad
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ name: publish-release-to-ghcr
on:
release:
types: [published]
workflow_dispatch: {}
jobs:
publish-release-to-ghcr:
runs-on: ubuntu-latest