From cf552f45fb6ebd2b91236840373a15bd5cb8a335 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Sun, 29 Dec 2024 00:33:10 -0700 Subject: [PATCH] chore(ci): re-disable except for readme changes on master --- .github/workflows/sync-docs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-docs.yaml b/.github/workflows/sync-docs.yaml index 755bcf0..f0e5f08 100644 --- a/.github/workflows/sync-docs.yaml +++ b/.github/workflows/sync-docs.yaml @@ -2,10 +2,10 @@ name: Sync documentation on: push: - # paths: - # - 'README.md' - # branches: - # - master + paths: + - 'README.md' + branches: + - master workflow_dispatch: # Allows manual triggering concurrency: