Skip to content

Commit

Permalink
fixed approval workflow on circleci.
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Mar 27, 2019
1 parent 94d7cd4 commit 3802ca3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ workflows:
ignore: /.*/
tags:
only: /^v\d\.\d\.\d.*/
- publish:
- approval:
type: approval
requires:
- cross-browser
Expand All @@ -134,4 +134,12 @@ workflows:
ignore: /.*/
tags:
only: /^v\d\.\d\.\d.*/
- publish:
requires:
- approval
filters:
branches:
ignore: /.*/
tags:
only: /^v\d\.\d\.\d.*/

0 comments on commit 3802ca3

Please sign in to comment.