Move fern workflows to root workflows folder (#1273)

* Move fern workflows to root workflows folder

* Only run fern actions when docu has changed
This commit is contained in:
Iván Martínez 2023-11-18 20:47:44 +01:00 committed by GitHub
parent 8af5ed3347
commit 57a829a8e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,8 @@ on:
pull_request:
branches:
- main
paths:
- "fern/**"
jobs:
fern-check:

View File

@ -4,6 +4,8 @@ on:
pull_request:
branches:
- main
paths:
- "fern/**"
jobs:
preview-docs:

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- "fern/**"
jobs:
publish-docs: