From 0df635b1cdd18840606956f2188e735321f6f8b5 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Sat, 8 Aug 2020 08:20:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Docs=20ignore=20for=20BUILD=20ac?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 165a747..5c4b087 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,13 +3,15 @@ name: build on: push: paths-ignore: - - README.md + - "**.md" + - "**.bbcode" - LICENSE branches: [master, dev] pull_request: paths-ignore: - - README.md + - "**.md" + - "**.bbcode" - LICENSE branches: [master]