Skip to content

Commit c4d4944

Browse files
committed
better filter
1 parent ba77165 commit c4d4944

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: build
33
on:
44
push:
55
paths:
6-
- 'src/**'
7-
- 'build.gradle'
8-
- '.github/**'
6+
- '**'
7+
paths-ignore:
8+
- 'LICENSE'
9+
- 'README.md'
10+
- 'docs/**'
911

1012
jobs:
1113

0 commit comments

Comments
 (0)