fix(workflow): update build-docs.yml to trigger on version tags instead of master branch
This commit is contained in:
@@ -2,9 +2,9 @@ name: release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
paths:
|
||||
- "docs/**"
|
||||
tags:
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user