0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Added workflow_dispatch trigger to Release workflow

- this allows us to manually trigger a release from a tag
This commit is contained in:
Daniel Lockyer 2022-07-26 09:30:38 +02:00
parent 2df2106701
commit 72411a3a4a
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -1,5 +1,6 @@
name: Release
on:
workflow_dispatch:
push:
tags:
- 'v*'