mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[CI] Automate uplifting XMA branch
- Changed name of primary workflow
This commit is contained in:
parent
e8dbb65fc1
commit
47acc310d4
|
|
@ -1,4 +1,4 @@
|
||||||
name: CI
|
name: Windows build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
22
.github/workflows/XMA_Automerge.yml
vendored
Normal file
22
.github/workflows/XMA_Automerge.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
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
|
||||||
Loading…
Reference in a new issue