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:
parent
2df2106701
commit
72411a3a4a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: Release
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
|
Loading…
Add table
Reference in a new issue