ci: Update only release docs on tag push. (#1650)
This commit is contained in:
parent
0a24925a7f
commit
91de551ab0
1 changed files with 2 additions and 4 deletions
6
.github/workflows/release-docs.yml
vendored
6
.github/workflows/release-docs.yml
vendored
|
|
@ -1,10 +1,8 @@
|
||||||
name: Release Docs
|
name: Release Docs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
tags:
|
||||||
- "docs/**"
|
- "v*"
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue