From 69b1e86052be717a1e0e00b9a8473122b681b618 Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Wed, 20 Mar 2024 13:01:26 -0700 Subject: [PATCH] Revert "github: Add paths filter for preview workflow" This reverts commit e727efa13e5b0ce8bff4c8c20370086a7dded503. --- .github/workflows/preview-docs.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/preview-docs.yaml b/.github/workflows/preview-docs.yaml index 8b982ea03..1b53c3d8a 100644 --- a/.github/workflows/preview-docs.yaml +++ b/.github/workflows/preview-docs.yaml @@ -2,11 +2,7 @@ name: Preview Documentation Site on: pull_request: - paths: - - docs/** push: - paths: - - docs/** branches: - main