diff --git a/.github/workflows/CI.yml b/.github/workflows/Windows_build.yml similarity index 99% rename from .github/workflows/CI.yml rename to .github/workflows/Windows_build.yml index 0bcc9f5f7..c64c88fc3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/Windows_build.yml @@ -1,4 +1,4 @@ -name: CI +name: Windows build on: push: diff --git a/.github/workflows/XMA_Automerge.yml b/.github/workflows/XMA_Automerge.yml new file mode 100644 index 000000000..3b2fff642 --- /dev/null +++ b/.github/workflows/XMA_Automerge.yml @@ -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