Skip to content

Commit c19860d

Browse files
authored
chore: don't run e2e tests when not necessary (#147)
1 parent ab24599 commit c19860d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ on:
2727
branches:
2828
- main
2929
- "pull-request/[0-9]+"
30+
paths-ignore:
31+
- '*.md'
32+
- 'LICENSE'
33+
- '.github/ISSUE_TEMPLATE/**'
34+
- '.github/*.yaml'
35+
- '.github/*.yml'
36+
- '.github/headers/**'
3037
workflow_dispatch:
3138

3239
concurrency:

0 commit comments

Comments
 (0)