Skip to content

Commit

Permalink
Don't run e2e tests for docs branches
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Feb 28, 2019
1 parent 1140af8 commit 7f29beb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ workflows:
version: 2
build-and-test:
jobs:
- e2e-testing
- e2e-testing:
filters:
branches:
ignore:
- gh-pages
- /docs-.*/

0 comments on commit 7f29beb

Please sign in to comment.