Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2022-09-07 17:19:40 +0300
committerGitHub <noreply@github.com>2022-09-07 17:19:40 +0300
commit3c7c42e60449329077601f96832ea5207bd14441 (patch)
tree056f271aeb84372c3e8901adfe91f6c7daf32898
parentb30812dea9e0abd4499d81a6eaef2f23136f79b8 (diff)
Allow manual run
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
-rw-r--r--.github/workflows/update-sh.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-sh.yml b/.github/workflows/update-sh.yml
index f24eca0..b9b7917 100644
--- a/.github/workflows/update-sh.yml
+++ b/.github/workflows/update-sh.yml
@@ -6,6 +6,7 @@ on:
- master
schedule:
- cron: '15 0 * * *'
+ workflow_dispatch:
jobs:
run_update_sh: