chore(ci): allow manual docs deploy

This commit is contained in:
Krzysztof Moch
2025-10-26 12:34:47 +01:00
parent e4968c47a8
commit bc1b40e451
+2
View File
@@ -1,6 +1,7 @@
name: Deploy Documentation
on:
workflow_dispatch:
push:
branches:
- v7
@@ -11,6 +12,7 @@ on:
- 'docs/**'
# Update on code change (Api Reference)
- 'packages/react-native-video/src/**'
jobs:
build: