From 0996c4ed5f36bae78a62f1396119d7e32966fc84 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Wed, 29 May 2024 17:08:35 +0100 Subject: [PATCH] ci: allow workflow_dispatch to trigger build manually see if we get flakey tests prior to implementing PR with musl support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42c6291e..b236a5dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -on: [push, pull_request] +on: [push, pull_request, workflow_dispatch] env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true