ci: 修改测试、正式的分支名

This commit is contained in:
shuirong 2025-10-22 18:10:03 +09:00
parent d2be34bc61
commit a39f8a45bc

View File

@ -73,7 +73,7 @@ workflows:
filters:
branches:
only:
- main
- master
- deploy:
name: deploy-for-test
docker-tag: ''
@ -85,7 +85,7 @@ workflows:
filters:
branches:
only:
- main
- master
requires:
- build-for-test
- build-and-push:
@ -99,7 +99,7 @@ workflows:
filters:
branches:
only:
- main
- prod
- deploy:
name: deploy-for-prod
docker-tag: ''
@ -111,6 +111,6 @@ workflows:
filters:
branches:
only:
- main
- prod
requires:
- build-for-prod