chore: master --> main
This commit is contained in:
parent
317c61c167
commit
9606e00e86
2 changed files with 7 additions and 7 deletions
|
|
@ -58,7 +58,7 @@ build_android_debug_no_olm:
|
|||
paths:
|
||||
- build/app/outputs/apk/debug/app-debug.apk
|
||||
except:
|
||||
- master
|
||||
- main
|
||||
|
||||
|
||||
build_android_apk:
|
||||
|
|
@ -80,7 +80,7 @@ build_android_apk:
|
|||
paths:
|
||||
- build/with-olm/app-release.apk
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
- tags
|
||||
|
||||
|
||||
|
|
@ -104,7 +104,7 @@ build_android_apk_no_olm:
|
|||
paths:
|
||||
- build/without-olm/app-release.apk
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
- tags
|
||||
|
||||
|
||||
|
|
@ -125,7 +125,7 @@ build_android_appbundle:
|
|||
paths:
|
||||
- build/with-olm/app-release.aab
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
|
||||
|
||||
build_android_appbundle_no_olm:
|
||||
|
|
@ -146,7 +146,7 @@ build_android_appbundle_no_olm:
|
|||
paths:
|
||||
- build/without-olm/app-release.aab
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
|
||||
upload_to_fdroid_repo:
|
||||
stage: publish
|
||||
|
|
@ -200,4 +200,4 @@ pages:
|
|||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue