workflows/autolabel: add workflow dispatch trigger

master
Dawid Dziurla 2020-08-10 22:50:27 +02:00 committed by GitHub
parent fcadea2969
commit b34d0c3145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Label pull requests
on:
workflow_dispatch:
schedule:
# Once every 30 minutes
- cron: '*/30 * * * *'