From 33653d9336ae0e031beccb11008bb4685fee7c97 Mon Sep 17 00:00:00 2001 From: Nautilus <78522210+sudo-nautilus@users.noreply.github.com> Date: Mon, 17 May 2021 16:48:28 +0530 Subject: [PATCH] Ignore Readme Files In Workflow While Pull Request --- .github/workflows/pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 09a6ff1..b2cecc9 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -3,6 +3,8 @@ on: pull_request: branches: - master + paths-ignore: + - '**.md' env: DOCKER_BUILDKIT: 1