From 717099656866507dc8b65ba40bf7201931a053b0 Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Mon, 13 Jan 2025 10:17:30 -0600 Subject: [PATCH] ci(is): Add workflow dispatch to build config --- .github/workflows/identity-server-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/identity-server-ci.yml b/.github/workflows/identity-server-ci.yml index baeeb58d8..7545e7195 100644 --- a/.github/workflows/identity-server-ci.yml +++ b/.github/workflows/identity-server-ci.yml @@ -1,6 +1,7 @@ name: "identity-server-ci" on: + workflow_dispatch: push: branches: - main