From 08346bdcf8489ebe28f1677f489a25c891692457 Mon Sep 17 00:00:00 2001 From: James Burnside Date: Fri, 19 Feb 2021 10:18:54 -0800 Subject: [PATCH] Revert ignoring CI build if only markdown files are changed. This blocks PRs and we'll need a different solution to not require CI builds when only markdown files change (#13) --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d83ee31449..7b06e88b28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,6 @@ on: branches: [ main ] pull_request: branches: [ main ] - paths-ignore: - # Don't run if only basic markdown files have changed. - - '**.md' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: