From f328bc31a4f49295d2d27da21c314124529674dd Mon Sep 17 00:00:00 2001 From: Dioni Zhong Date: Fri, 2 Jul 2021 14:35:37 +0100 Subject: [PATCH] ci: remove docs paths-ignore (didn't work) --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e498bbf95..760d9fe1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,7 @@ on: push: branches: - master - paths-ignore: - - '**.md' # Matches all .md files in the repository. pull_request: - paths-ignore: - - '**.md' # Matches all .md files in the repository. jobs: tests: name: Run tests