Don't run e2e tests for docs branches

This commit is contained in:
stefanprodan
2019-02-28 18:55:58 +02:00
parent 1140af8dc7
commit 7f29beb639

View File

@@ -13,4 +13,9 @@ workflows:
version: 2
build-and-test:
jobs:
- e2e-testing
- e2e-testing:
filters:
branches:
ignore:
- gh-pages
- /docs-.*/