mirror of
https://github.com/Z3Prover/z3
synced 2026-02-14 04:41:48 +00:00
Add release trigger to documentation workflow
This commit is contained in:
parent
39f5ef5e4e
commit
7c42ec3b25
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -2,6 +2,8 @@ name: Documentation
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue