Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Flisar authored and Michael Flisar committed Nov 2, 2023
1 parent 9cece61 commit 73aea2f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
name: Android Build

on:
name: Generated APK AAB (Upload - Create Artifact To Github Action)

env:
# The name of the main module repository
main_project_module: demo

on:

push:
branches:
- 'release/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# push:
# branches:
# - 'master'

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 73aea2f

Please sign in to comment.