From 6a0f3e38e5592633e21e935d107e1939d14ffc78 Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Tue, 7 Jan 2025 13:15:01 +0100 Subject: [PATCH] Add manual dispatch to CI actions workflow --- .github/workflows/ci-nix.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-nix.yaml b/.github/workflows/ci-nix.yaml index 5708b9822c0..bbaeec10040 100644 --- a/.github/workflows/ci-nix.yaml +++ b/.github/workflows/ci-nix.yaml @@ -15,6 +15,8 @@ on: schedule: # Everyday at 4:00 AM - cron: "0 4 * * *" + # Allows to trigger runs on any branch + workflow_dispatch: permissions: checks: write