From a6e04b2116f65723b682636545d6553675e5b743 Mon Sep 17 00:00:00 2001 From: Kainan Cha Date: Fri, 9 Sep 2022 17:24:23 +0800 Subject: [PATCH] Update cmake_x86_vsim.yml --- .github/workflows/cmake_x86_vsim.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake_x86_vsim.yml b/.github/workflows/cmake_x86_vsim.yml index ad01add..ca46bca 100644 --- a/.github/workflows/cmake_x86_vsim.yml +++ b/.github/workflows/cmake_x86_vsim.yml @@ -3,7 +3,9 @@ name: cmake_x86_vsim on: pull_request: branches: [ main ] - + workflow_dispatch: + branches: [ main ] + env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release