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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2022-11-10 20:28:00 +0300
committerGitHub <noreply@github.com>2022-11-10 20:28:00 +0300
commitc59d1d63b9aa6404ec3b636fb4bd1668a5924515 (patch)
tree721a3d951cd85f732ffd88cfaa234b1794e05765
parent22c27bbbf7edc7cff1e1216b537a032620e4fcc8 (diff)
ci: add workflow_dispatchHEADmain
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c20a5d60..d701fdac 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,6 +11,7 @@ on:
- "README.md"
schedule:
- cron: "13 13 * * *"
+ workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}