mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03: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
.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…
Reference in New Issue
Block a user