Skip to content

Commit

Permalink
feat: newarch build action
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Jan 21, 2025
1 parent 3e18d85 commit 366e28f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/android-newarch-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: APM Android dev Build
on:
push:
branches:
- 'dev'
workflow_dispatch:
jobs:
sync:
name: sync
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4

- name: commit
run: git pull origin dev

- name: Push changes to dev-newarch
uses: ad-m/github-push-action@master
with:
tags: true
branch: dev-newarch

0 comments on commit 366e28f

Please sign in to comment.