From ab7008009a31b52da3d0b9adf3eb578cd17d1406 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Thu, 3 Aug 2023 13:31:57 +0200 Subject: [PATCH] feat: allow ci to be run manually if needed --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a395223a0b..ab4276bc541 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: branches: [ main, feature/*, hotfix/* ] push: branches: [ main, feature/*, hotfix/* ] + workflow_dispatch: jobs: test: