Skip to content

Commit

Permalink
restrict e2e test workflow to run on changes to specific paths
Browse files Browse the repository at this point in the history
Signed-off-by: Emma Indal <[email protected]>
  • Loading branch information
emmaindal committed Mar 25, 2022
1 parent b1b793d commit f13c7d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/verify_e2e-techdocs.yml
Original file line number Diff line number Diff line change
@@ -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/**'
Expand Down

0 comments on commit f13c7d5

Please sign in to comment.