cleanup and documentation
Some checks failed
Build and release APK / Build APK (pull_request) Failing after 9m4s

This commit is contained in:
2024-09-18 16:07:20 +02:00
parent d4066a1726
commit db821b4856
3 changed files with 25 additions and 8 deletions

View File

@@ -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