Skip to content

Commit aa351e3

Browse files
ovitrifclaude
andcommitted
ci: add path filter to e2e workflow
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 568bd24 commit aa351e3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
required: false
99
default: "default-feature-branch"
1010
pull_request:
11+
paths:
12+
- 'app/**'
13+
- 'gradle/**'
14+
- '*.gradle.kts'
15+
- 'gradle.properties'
1116

1217
env:
1318
TERM: xterm-256color

0 commit comments

Comments
 (0)