mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Allowed label actions workflow to be run manually
- we might want to manually trigger the workflow outside of the schedule/event-driven flow
This commit is contained in:
parent
f348fc3223
commit
e77fedf9b2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/label-actions.yml
vendored
1
.github/workflows/label-actions.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: 'Label Issues'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
issues:
|
||||
types: [opened, closed, labeled]
|
||||
schedule:
|
||||
|
|
Loading…
Add table
Reference in a new issue