restrict e2e test workflow to run on changes to specific paths

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-03-25 11:06:24 +01:00
parent b1b793d974
commit f13c7d517f
@@ -1,6 +1,10 @@
name: E2E Test Techdocs
on:
pull_request:
paths:
- 'packages/techdocs-cli/**'
- 'packages/techdocs-cli-embedded-app/**'
- 'plugins/techdocs/**'
paths-ignore:
- '.changeset/**'
- 'contrib/**'