Skip to content

Commit

Permalink
ci: fix workflow for optional builds
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and clydin committed Jan 4, 2018
1 parent 0b890e4 commit f1bfb94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,22 @@ workflows:
- e2e-setup
# Master only E2E.
- ng2-e2e:
requires:
- build
filters:
branches:
only:
- master
- ng4-e2e:
requires:
- build
filters:
branches:
only:
- master
- nightly-e2e:
requires:
- build
filters:
branches:
only:
Expand Down

0 comments on commit f1bfb94

Please sign in to comment.