mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 18:55:06 +08:00
ci: enable CI for backport branch
This commit is contained in:
parent
49b7bc1ea5
commit
2cdd5e0212
2
.github/ProjectRoot/vpm-manifest-2022.json
vendored
2
.github/ProjectRoot/vpm-manifest-2022.json
vendored
@ -9,7 +9,7 @@
|
||||
},
|
||||
"locked": {
|
||||
"com.vrchat.avatars": {
|
||||
"version": "3.5.0",
|
||||
"version": "3.7.0",
|
||||
"dependencies": {
|
||||
"com.vrchat.base": "3.7.0"
|
||||
}
|
||||
|
2
.github/workflows/gameci.yml
vendored
2
.github/workflows/gameci.yml
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user