Update cmake_x86_vsim.yml

This commit is contained in:
Kainan Cha 2022-09-09 17:24:23 +08:00 committed by GitHub
parent a7a7e15793
commit a6e04b2116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ name: cmake_x86_vsim
on: on:
pull_request: pull_request:
branches: [ main ] branches: [ main ]
workflow_dispatch:
branches: [ main ]
env: env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release BUILD_TYPE: Release