Files
Xenia-Canary/.github/workflows/XMA_Automerge.yml
Gliniak 47acc310d4 [CI] Automate uplifting XMA branch
- Changed name of primary workflow
2024-03-15 18:02:52 +01:00

23 lines
454 B
YAML

name: Uplift XMA branch
on:
push:
branches:
- canary_experimental
jobs:
update-branch:
name: Uplift XMA branch
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: canary_experimental_wip_xma_decoder
- name: Update XMA branch
run: |
git pull origin canary_experimental --rebase
git push origin canary_experimental_wip_xma_decoder --force