Skip to content

Commit be454be

Browse files
authored
Merge branch 'master' into fix/decode-uppercased
2 parents d42d9a3 + 1d036ca commit be454be

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [ "master" ]
66
pull_request:
7+
types: [ opened, synchronize, reopened, ready_for_review ]
78

89
workflow_dispatch:
910

.github/workflows/e2e.yml

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

1218
env:
1319
TERM: xterm-256color

0 commit comments

Comments
 (0)