diff --git a/.github/images/edit.jpg b/.github/images/edit.jpg new file mode 100644 index 0000000..fa52df7 Binary files /dev/null and b/.github/images/edit.jpg differ diff --git a/.github/images/launcher.jpg b/.github/images/launcher.jpg new file mode 100644 index 0000000..ac893e7 Binary files /dev/null and b/.github/images/launcher.jpg differ diff --git a/.github/images/view.jpg b/.github/images/view.jpg new file mode 100644 index 0000000..88e95a0 Binary files /dev/null and b/.github/images/view.jpg differ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b719fbc..745e659 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,11 +7,11 @@ env: on: push: - branches: [ release ] + branches: [ main ] tags: - '**' pull_request: - branches: [ release ] + branches: [ main ] workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel @@ -57,6 +57,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 + if: startsWith(github.ref, 'refs/tags/') with: files: | app/build/outputs/apk/release/app-release.apk \ No newline at end of file