From 765d361d077f89d6ba738d0853f2d525ee6f35c8 Mon Sep 17 00:00:00 2001 From: Matt York Date: Sun, 15 Oct 2023 14:32:47 +0100 Subject: [PATCH] Removed manual workflow trigger --- .github/workflows/ci-minimal.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-minimal.yml b/.github/workflows/ci-minimal.yml index a2ed11a2f..1837e3f1d 100644 --- a/.github/workflows/ci-minimal.yml +++ b/.github/workflows/ci-minimal.yml @@ -9,7 +9,6 @@ on: branches: [ main ] pull_request: branches: [ main ] - workflow_dispatch: # The actual workflow jobs. I've split some of these up to # allow more flexibility in future.