From 04d3500bb088c78f7f65552b0010134eb0d6ff68 Mon Sep 17 00:00:00 2001 From: Nautilus <78522210+sudo-nautilus@users.noreply.github.com> Date: Sat, 8 May 2021 08:34:58 +0530 Subject: [PATCH] Ignore .md files while pushing or pull request --- .github/workflows/debug.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 88480ced..901ccf42 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -4,9 +4,13 @@ on: push: branches: - dev + paths-ignore: + - '**.md' pull_request: branches: - dev + paths-ignore: + - '**.md' jobs: build: