From e2790a46444128774f84485d9c6a7f89e8a8f669 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Wed, 1 Jan 2025 00:18:27 -0600 Subject: [PATCH] Enable manual workflow triggering --- .github/workflows/buildandpublishtoghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildandpublishtoghcr.yml b/.github/workflows/buildandpublishtoghcr.yml index b874538..485e1a5 100644 --- a/.github/workflows/buildandpublishtoghcr.yml +++ b/.github/workflows/buildandpublishtoghcr.yml @@ -5,7 +5,7 @@ name: Create and publish the bot container on: push: branches: ['main'] - + workflow_dispatch: # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: REGISTRY: ghcr.io