From b42448a056bdede9bcc84d60d546a7d273c3f1b1 Mon Sep 17 00:00:00 2001 From: Russ Poetker Date: Fri, 17 May 2024 10:37:19 -0400 Subject: [PATCH] Add workflow_dispatch to conditional --- .github/workflows/snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index b9f63e20..8535fa3a 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -8,7 +8,7 @@ on: jobs: snapshot: - if: github.event.pull_request.merged == true + if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' uses: eclipse-pass/main/.github/workflows/snapshot.yml@main secrets: inherit with: