Merge branch 'develop' of ssh://github.com/sschueller/peertube-android into develop
This commit is contained in:
commit
8a1390cb10
14
.github/workflows/android.yml
vendored
Normal file
14
.github/workflows/android.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Android CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master, develop ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master, develop ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Validate Fastlane Supply Metadata
|
||||||
|
uses: ashutoshgngwr/validate-fastlane-supply-metadata@v1.1.1
|
Loading…
Reference in New Issue
Block a user