Skip to content

Commit 46931dd

Browse files
authored
ci: Skip GH Actions build on changes in docs (#1829)
1 parent 05b203e commit 46931dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ on:
44
push:
55
branches:
66
- master
7+
paths-ignore:
8+
- 'docs/**'
9+
- '*.md'
710
pull_request:
811
branches:
912
- master
13+
paths-ignore:
14+
- 'docs/**'
15+
- '*.md'
1016

1117
jobs:
1218
build:

0 commit comments

Comments
 (0)