From 0eeb76811139f1ccbc4c0734d7ccb211a5c9df58 Mon Sep 17 00:00:00 2001 From: Matt Budz Date: Fri, 14 Jun 2024 17:44:00 +0200 Subject: [PATCH] add trigger to manually run CI on any branch --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bf1a64eb..67412b781 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: ['*'] push: branches: [develop, main] + workflow_dispatch: jobs: audits: