From 7f5998b5e52854008f00cb406f9bd9cb4f7ad34a Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Thu, 31 Oct 2024 12:44:16 +0400 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 4a94e31..c5c5656 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,6 +1,6 @@ name: CMake -on: [push] +on: [push, workflow_dispatch] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)