fix(workflows): do not run e2e when contrib or docs change

This commit is contained in:
Fredrik Adelöw
2020-09-18 11:15:49 +02:00
parent bc48f67508
commit c44af2deac
+2
View File
@@ -3,6 +3,8 @@ name: E2E Test Linux
on:
pull_request:
paths-ignore:
- 'contrib/**'
- 'docs/**'
- 'microsite/**'
jobs: