ci: enable CI for backport branch

This commit is contained in:
bd_ 2024-08-16 18:28:24 -07:00
parent 49b7bc1ea5
commit 2cdd5e0212
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
},
"locked": {
"com.vrchat.avatars": {
"version": "3.5.0",
"version": "3.7.0",
"dependencies": {
"com.vrchat.base": "3.7.0"
}

View File

@ -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.