summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLiang Yi <[email protected]>2021-03-29 14:55:08 +0800
committerLASER-Yi <[email protected]>2021-03-29 14:55:08 +0800
commit291b0a2b25d05dde783507e332718322b3910d82 (patch)
tree3e9ab61d9891ed9047c0adaf827dd710156fc81e /.github
parent1613501ea4dc5c9a19cd9b09980813a4a56f1b97 (diff)
downloadbazarr-291b0a2b25d05dde783507e332718322b3910d82.tar.gz
bazarr-291b0a2b25d05dde783507e332718322b3910d82.zip
no log: Enabled workflow_dispatch on Schedule Trigger job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/schedule.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml
index 57ce3de97..a1ea89120 100644
--- a/.github/workflows/schedule.yaml
+++ b/.github/workflows/schedule.yaml
@@ -3,6 +3,7 @@ name: Schedule Trigger
on:
schedule:
- cron: '0 6 * * *'
+ workflow_dispatch:
jobs:
Release-Nightly: