Skip to content

Commit

Permalink
[PC] build fujinet-pc on manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
a8jan committed May 13, 2024
1 parent 8c05556 commit 7d265c0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build-fujinet-pc.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: Build FujiNet-PC

on:
push:
branches:
- "**"
# workflow_dispatch:
# inputs:
# buildType:
# description: 'Build Type'
# required: true
# type: choice
# options:
# - Debug
# - RelWithDebInfo
# - Release
# default: 'Debug'
# prepRelease:
# description: 'Prepare GitHub Release (Draft)'
# type: boolean
# default: false
# push:
# branches:
# - "**"
workflow_dispatch:
inputs:
# buildType:
# description: 'Build Type'
# required: true
# type: choice
# options:
# - Debug
# - RelWithDebInfo
# - Release
# default: 'Debug'
prepRelease:
description: 'Prepare GitHub Release (Draft)'
type: boolean
default: false

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit 7d265c0

Please sign in to comment.