Skip to content

Commit 58c7b82

Browse files
authored
Optimize Github Action to ignore markdown files (#193) (#194)
1 parent bf22c5b commit 58c7b82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/android.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ on:
44
push:
55
branches:
66
- '*'
7+
paths-ignore:
8+
- '**.md'
79

810
pull_request:
911
branches:
1012
- '*'
13+
paths-ignore:
14+
- '**.md'
1115

1216
jobs:
1317
build:

0 commit comments

Comments
 (0)