Skip to content

Commit 0881067

Browse files
committed
Correct path filter in build.yml following file rename
1 parent f8359eb commit 0881067

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
- "src/**"
88
- "build.gradle.kts"
99
- "gradle/**"
10-
- "build.yml"
10+
- ".github/workflows/build.yml"
1111
pull_request:
1212
branches: [ "master" ]
1313
paths:
1414
- "src/**"
1515
- "build.gradle.kts"
1616
- "gradle/**"
17-
- "build.yml"
17+
- ".github/workflows/build.yml"
1818

1919
permissions:
2020
contents: read

0 commit comments

Comments
 (0)