From 0bc567f5524cd165f1fbfe373fb400fde53208b6 Mon Sep 17 00:00:00 2001 From: Kyle Gray Date: Sun, 19 Apr 2026 20:56:42 -0700 Subject: [PATCH] Update CI workflow to remove paths-ignore Removed paths-ignore for docs and readthedocs in CI. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e97d4c117..4cd48289a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,13 +3,7 @@ on: push: branches: - main - paths-ignore: - - 'docs/**' - - '.readthedocs.yaml' pull_request: - paths-ignore: - - 'docs/**' - - '.readthedocs.yaml' jobs: build: strategy: