From 53162d1abc80fe45b1c33ba6fa382ca979f459df Mon Sep 17 00:00:00 2001 From: itowlson Date: Wed, 9 Oct 2024 15:02:07 +1300 Subject: [PATCH] Run build steps on docs-only PRs so that mortals can merge them Signed-off-by: itowlson --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27e9b135c..dabcebcc5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,10 +8,6 @@ on: tags: ["v*"] pull_request: branches: ["main", "v*"] - paths-ignore: - - "docs/**" - - "*.md" - - "tests/README.md" # Serialize workflow runs per ref # Cancel any outdated, in-flight runs for refs other than 'main'