From a5e6f10b04ac04d5e0a781752a9436d9ce35fe04 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Sat, 28 Dec 2024 22:15:47 -0700 Subject: [PATCH] chore(ci): temporarily run on all path changes --- .github/workflows/sync-docs.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-docs.yaml b/.github/workflows/sync-docs.yaml index f62f8db..de7328a 100644 --- a/.github/workflows/sync-docs.yaml +++ b/.github/workflows/sync-docs.yaml @@ -2,10 +2,9 @@ name: Sync README links section on: push: - paths: - - 'README.md' + # paths: + # - 'README.md' # branches: - # - main # - master workflow_dispatch: # Allows manual triggering