mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
build: add docs update workflow trigger (#1846)
fix: add workflow_dispatch trigger to docs update workflow
This commit is contained in:
parent
beff1ee4af
commit
97e02d3d79
1 changed files with 1 additions and 1 deletions
2
.github/workflows/trigger_docs_update.yml
vendored
2
.github/workflows/trigger_docs_update.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
# .github/workflows/trigger_docs_update.yml
|
|
||||||
name: Trigger Docs Update
|
name: Trigger Docs Update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger_docs_update:
|
trigger_docs_update:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue