fix cicd filters
This commit is contained in:
parent
3f96640b54
commit
c9c416d1ea
@ -62,8 +62,6 @@ workflows:
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
- deploy-docker-image:
|
||||
env: stg
|
||||
requires:
|
||||
@ -73,8 +71,6 @@ workflows:
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
|
||||
build-and-register-ppd:
|
||||
when:
|
||||
@ -86,8 +82,6 @@ workflows:
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
- deploy-docker-image:
|
||||
env: ppd
|
||||
requires:
|
||||
@ -97,8 +91,6 @@ workflows:
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
|
||||
build-and-register-prd:
|
||||
when:
|
||||
@ -110,8 +102,6 @@ workflows:
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
branches:
|
||||
only: main
|
||||
- deploy-docker-image:
|
||||
env: prd
|
||||
requires:
|
||||
@ -121,6 +111,4 @@ workflows:
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user