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: pull_request:
branches: branches:
- main - main
paths:
- "fern/**"
jobs: jobs:
fern-check: fern-check:

View File

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

View File

@ -3,7 +3,9 @@ name: publish docs
on: on:
push: push:
branches: branches:
- main - main
paths:
- "fern/**"
jobs: jobs:
publish-docs: publish-docs: