Skip to content

Commit 21058c8

Browse files
authored
Chore(CI): ignore non-code related changes (#172)
This will skip changes in markdown and other files not related to code.
1 parent 5647ee2 commit 21058c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-dgraph-js.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: ci-dgraph-js-tests
22
on:
33
push:
4+
paths-ignore:
5+
- '**/**.dockerignore'
6+
- '**/**.gitignore'
7+
- '**/**.md'
8+
- '**/**.png'
9+
- '**/**.gif'
10+
- '**/**.ini'
411
branches:
512
- master
613
pull_request:

0 commit comments

Comments
 (0)