From 2cdd5e0212389fa267e075790c221067cd6253b8 Mon Sep 17 00:00:00 2001 From: bd_ Date: Fri, 16 Aug 2024 18:28:24 -0700 Subject: [PATCH] ci: enable CI for backport branch --- .github/ProjectRoot/vpm-manifest-2022.json | 2 +- .github/workflows/gameci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ProjectRoot/vpm-manifest-2022.json b/.github/ProjectRoot/vpm-manifest-2022.json index bfd05e9f..8631dc53 100644 --- a/.github/ProjectRoot/vpm-manifest-2022.json +++ b/.github/ProjectRoot/vpm-manifest-2022.json @@ -9,7 +9,7 @@ }, "locked": { "com.vrchat.avatars": { - "version": "3.5.0", + "version": "3.7.0", "dependencies": { "com.vrchat.base": "3.7.0" } diff --git a/.github/workflows/gameci.yml b/.github/workflows/gameci.yml index 3ae50757..782ffcd7 100644 --- a/.github/workflows/gameci.yml +++ b/.github/workflows/gameci.yml @@ -26,7 +26,7 @@ name: GameCI on: push: - branches: [main, dev, ci, refactor-structure] + branches: [main, dev, ci, refactor-structure, backport] # This is a bit of a radioactive event; we need to be very careful with what permissions # we assign this action, as we're allowing arbitrary code execution with the context of # whatever permissions we assign.