Skip to content

Commit adc6e14

Browse files
committed
Update e2e-tests.yml
1 parent 2c77deb commit adc6e14

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@ name: E2E Test Binaries
33
on:
44
push:
55
branches: ['**']
6+
paths-ignore:
7+
- '**.md'
8+
- 'LICENSE'
9+
- '.gitignore'
10+
- '.gitattributes'
11+
- '.editorconfig'
612
pull_request:
713
branches: ['**']
14+
paths-ignore:
15+
- '**.md'
16+
- 'LICENSE'
17+
- '.gitignore'
18+
- '.gitattributes'
19+
- '.editorconfig'
820
workflow_dispatch:
921

1022
jobs:

0 commit comments

Comments
 (0)