From 252aebe416ab5db435d00088d4cf581052916dbd Mon Sep 17 00:00:00 2001 From: Michel Diz Date: Thu, 6 Apr 2023 16:38:09 -0300 Subject: [PATCH] ingore no code related changes --- .github/workflows/ci-dgraph-js.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci-dgraph-js.yml b/.github/workflows/ci-dgraph-js.yml index d5d634c..2f864f4 100644 --- a/.github/workflows/ci-dgraph-js.yml +++ b/.github/workflows/ci-dgraph-js.yml @@ -1,6 +1,13 @@ name: ci-dgraph-js-tests on: push: + paths-ignore: + - '**/**.dockerignore' + - '**/**.gitignore' + - '**/**.md' + - '**/**.png' + - '**/**.gif' + - '**/**.ini' branches: - master pull_request: