ci: exclude android changes
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/653/merge
parent
3908c6b471
commit
f4d16215f1
|
@ -6,6 +6,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'go-vod/**'
|
- 'go-vod/**'
|
||||||
|
- 'android/**'
|
||||||
- 'CHANGELOG.md'
|
- 'CHANGELOG.md'
|
||||||
- 'mkdocs.yml'
|
- 'mkdocs.yml'
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ on:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'go-vod/**'
|
- 'go-vod/**'
|
||||||
|
- 'android/**'
|
||||||
- 'mkdocs.yml'
|
- 'mkdocs.yml'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
|
||||||
|
|
|
@ -5,12 +5,14 @@ on:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'go-vod/**'
|
- 'go-vod/**'
|
||||||
|
- 'android/**'
|
||||||
- 'mkdocs.yml'
|
- 'mkdocs.yml'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'go-vod/**'
|
- 'go-vod/**'
|
||||||
|
- 'android/**'
|
||||||
- 'mkdocs.yml'
|
- 'mkdocs.yml'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
|
||||||
|
|
|
@ -65,11 +65,13 @@ This monorepo is organized into the following packages:
|
||||||
- [lib](lib): Backend and database migrations (PHP).
|
- [lib](lib): Backend and database migrations (PHP).
|
||||||
- [src](src): Frontend for all platforms (Vue)
|
- [src](src): Frontend for all platforms (Vue)
|
||||||
- [go-vod](go-vod): On-demand video transcoder (Go)
|
- [go-vod](go-vod): On-demand video transcoder (Go)
|
||||||
|
- [android](android): Android implemention of NativeX (Kotlin)
|
||||||
- [l10n](l10n): Translations (Transifex)
|
- [l10n](l10n): Translations (Transifex)
|
||||||
|
|
||||||
Releases are organized with these tags:
|
Releases are organized with these tags:
|
||||||
- `v*`: overall releases (e.g. `v1.0.0` or `v1.0.0-beta.1`)
|
- `v*`: overall releases (e.g. `v1.0.0` or `v1.0.0-beta.1`)
|
||||||
- `go-vod/*`: transcoder releases (e.g. `go-vod/1.0.0`)
|
- `go-vod/*`: transcoder releases (e.g. `go-vod/1.0.0`)
|
||||||
|
- `android/*`: Android releases (e.g. `android/1.0.0`)
|
||||||
|
|
||||||
## 🤝 Support the project
|
## 🤝 Support the project
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue