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
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "docs/**"
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue