From 021aa9e4c3ac74a96aafd71d02755893b2e1234f Mon Sep 17 00:00:00 2001 From: "Panagiotis \"Ivory\" Vasilopoulos" Date: Sat, 6 Jul 2024 22:22:58 +0200 Subject: [PATCH] CI: Enable workflow_dispatch event for ci.yml This should make manual testing on forks with branches easier. (Identical PR made to Uhyve: https://github.com/hermit-os/uhyve/pull/724) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87041bac69..cb6ac4a877 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: - main pull_request: merge_group: + workflow_dispatch: env: GH_TOKEN: ${{ github.token }}