fix(ci): main分支不自动部署staging(数据库版本不匹配)
This commit is contained in:
@@ -1153,7 +1153,7 @@ jobs:
|
||||
cancel-in-progress: false
|
||||
needs:
|
||||
- build-staging
|
||||
if: github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'develop')
|
||||
if: github.event_name == 'push' && github.ref_name == 'develop' # main分支不自动部署staging(数据库版本超前19个迁移)
|
||||
steps:
|
||||
- name: Checkout code
|
||||
shell: sh
|
||||
|
||||
Reference in New Issue
Block a user