mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
feat: 每次工作流运行后,优化后的资源文件都会被强制推送到test分支,而不会影响到其他分支
This commit is contained in:
parent
0f9e351e34
commit
fbec23c4a3
2
.github/workflows/optimize-assets.yml
vendored
2
.github/workflows/optimize-assets.yml
vendored
@ -79,4 +79,4 @@ jobs:
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git add -A
|
||||
git commit -m "Automatically optimize assets"
|
||||
git push
|
||||
git push origin HEAD:test -f
|
Loading…
Reference in New Issue
Block a user