Skip to content

WIP: Automated android branch builds #5

WIP: Automated android branch builds

WIP: Automated android branch builds #5

on:
pull_request:
branches:
- main
# types:
# - closed
name: Update Android Artifacts
permissions:
contents: read # write
jobs:
update-android-branch:
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
echo Running artifact update on branch ${{ github.ref_name }}
git checkout -b main-with-maven
git status
git remote -vv
git fetch --all
git show-ref
git reset --hard origin/main
git status