feat: 每次工作流运行后,优化后的资源文件都会被强制推送到test分支,而不会影响到其他分支

This commit is contained in:
lirtual 2024-12-22 14:52:43 +08:00
parent 0f9e351e34
commit fbec23c4a3

View File

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