From 21f5f28d3aaa9767dabe5fef2b83844e44d88268 Mon Sep 17 00:00:00 2001 From: Mauro Servienti Date: Sat, 19 Oct 2024 08:53:34 +0200 Subject: [PATCH] Allow internal automation to trigger periodic builds --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f798f3..165446c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + workflow_dispatch: env: DOTNET_NOLOGO: true