From c453080ac3ab724752b798a64b98209661669a43 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Tue, 16 Jan 2024 12:46:41 -0500 Subject: [PATCH] ci: add option to run sync-forks.yml manually --- .github/workflows/sync-forks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-forks.yml b/.github/workflows/sync-forks.yml index c122ce8..66f47bd 100644 --- a/.github/workflows/sync-forks.yml +++ b/.github/workflows/sync-forks.yml @@ -6,6 +6,7 @@ on: push: paths: - .github/workflows/sync-forks.yml + workflow_dispatch: permissions: contents: write