From 43b7c6de83e133acbdb01ad3334fa8e33cd24f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Le=20Page?= Date: Thu, 5 Mar 2026 19:57:07 +0100 Subject: [PATCH] Add manual dispatch for the GitHub Action It is useful if the image must be rebuilt to use the new stable version of the Rust compiler --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 363ef53..fffd8e5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,8 @@ name: Docker Build Workflow on: + workflow_dispatch: + push: branches: - master