mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-23 15:07:45 +00:00
chore(ci): update docs workflows (#4627)
This commit is contained in:
@@ -4,6 +4,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 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:
|
||||
build:
|
||||
|
||||
@@ -4,6 +4,13 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- 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:
|
||||
test-docs-deploy:
|
||||
|
||||
Reference in New Issue
Block a user