Skip to content

Commit 53cbfc4

Browse files
Update workflows to ignore mark down files change.
1 parent beee960 commit 53cbfc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gradle-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: Gradle CI
33
on:
44
push:
55
branches: [ master, embedded ]
6+
paths-ignore:
7+
- '*.md'
68
pull_request:
79
branches: [ master, embedded ]
10+
paths-ignore:
11+
- '*.md'
812

913
jobs:
1014
build:

0 commit comments

Comments
 (0)