cleanup and documentation
Some checks failed
Build and release APK / Build APK (pull_request) Failing after 9m4s
Some checks failed
Build and release APK / Build APK (pull_request) Failing after 9m4s
This commit is contained in:
@@ -2,10 +2,11 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
push-to-remote:
|
||||
# We want to use the macos runner provided by github actions. This requires to push to a remote first.
|
||||
# After the push we can use the action under .github/actions/ to deploy properly using fastlane on macos.
|
||||
# After the push we can use the action under frontend/.github/actions/ to deploy properly using fastlane on macos.
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
Reference in New Issue
Block a user