mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-04 19:36:52 +00:00
chore(ci): update docs workflows (#4627)
This commit is contained in:
@@ -4,6 +4,13 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- v7
|
- v7
|
||||||
|
paths:
|
||||||
|
# Update on workflow change
|
||||||
|
- '.github/workflows/deploy-docs.yml'
|
||||||
|
# Update on docs change
|
||||||
|
- 'docs/**'
|
||||||
|
# Update on code change (Api Reference)
|
||||||
|
- 'packages/react-native-video/src/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -4,6 +4,13 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- v7
|
- v7
|
||||||
|
paths:
|
||||||
|
# Update on workflow change
|
||||||
|
- '.github/workflows/test-docs-build.yml'
|
||||||
|
# Update on docs change
|
||||||
|
- 'docs/**'
|
||||||
|
# Update on code change (Api Reference)
|
||||||
|
- 'packages/react-native-video/src/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-docs-deploy:
|
test-docs-deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user