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.