0
Fork 0
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:
Daniel Lockyer 2022-08-17 09:26:56 +02:00
parent f348fc3223
commit e77fedf9b2
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -1,6 +1,7 @@
name: 'Label Issues'
on:
workflow_dispatch:
issues:
types: [opened, closed, labeled]
schedule: