Skip to content

Commit

Permalink
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -511,14 +511,16 @@ workflows:
only: /.*/
- build_platform:
filters:
tags:
only: /.*/
branches:
only:
- master
requires:
- build_frontend
- build_platform_musl:
filters:
tags:
only: /.*/
branches:
only:
- master
requires:
- build_frontend
- package_rolling:
@@ -599,7 +601,7 @@ workflows:
tags:
only: /[0-9]+(\.[0-9]+)+(\.[0-9]+)*/
branches:
ignore: /.*/
ignore: /.*/
- notify_rolling:
requires:
- deploy_demo

0 comments on commit c4de97b

Please sign in to comment.