chore: configure some actions to be skipped for forks (#2005)
* chore: configure some actions to be skipped for forks * chore: build docs only when it changes
This commit is contained in:
parent
757defa2f2
commit
697d80d5a8
5 changed files with 7 additions and 0 deletions
3
.github/workflows/docs-deploy.yml
vendored
3
.github/workflows/docs-deploy.yml
vendored
|
@ -11,6 +11,9 @@ on:
|
|||
tags:
|
||||
# Stable release tags
|
||||
- v[0-9]+.[0-9]+.[0-9]+
|
||||
paths:
|
||||
- 'docs/**'
|
||||
- 'mkdocs.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue