mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
add more events
This commit is contained in:
parent
73df21abc4
commit
f2b37b32ff
1 changed files with 6 additions and 0 deletions
6
.github/workflows/wiki-guard.yml
vendored
6
.github/workflows/wiki-guard.yml
vendored
|
|
@ -19,6 +19,12 @@ on:
|
|||
schedule:
|
||||
- cron: "*/10 * * * *"
|
||||
gollum:
|
||||
# Piggyback on frequent repo activity, because the cron schedule is
|
||||
# best-effort and often delayed well beyond its interval.
|
||||
issues:
|
||||
types: [opened]
|
||||
issue_comment:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue