github/workflows: run cli e2e tests on changes to core

This commit is contained in:
Patrik Oldsberg
2020-03-31 00:09:54 +02:00
parent f4d8425d19
commit b6bc987362
+4 -1
View File
@@ -2,7 +2,10 @@ name: CLI Test
on:
pull_request:
paths: ['.github/workflows/cli.yml', 'packages/cli/**']
paths:
- '.github/workflows/cli.yml'
- 'packages/cli/**'
- 'packages/core/**'
types: [opened, reopened, edited, synchronize]
jobs: