Allow workflow_dispatch

This commit is contained in:
lowlighter
2021-01-10 02:38:45 +01:00
parent 548a718154
commit 52e5d53025
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ name: Label issue and pull requests
on:
pull_request:
workflow_dispatch:
jobs:
label:

View File

@@ -3,6 +3,7 @@ name: Stale issue and pull requests
on:
schedule:
- cron: "30 1 * * *"
workflow_dispatch:
jobs:
stale: