add manual run; add build type to GH actions

3.0-rcon_maint
Nat Moore 3 years ago
parent 5cc72c162a
commit 7b21aad437

@ -3,13 +3,17 @@ name: dvmhost-build-tarball
# Controls when the workflow will run # Controls when the workflow will run
on: on:
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
#workflow_dispatch: workflow_dispatch:
#run on push/PR #run on push/PR
push: push:
branches: [ master ] branches: [ master ]
pull_request: pull_request:
branches: [ master ] branches: [ master ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:
# This workflow contains a single job called "build" # This workflow contains a single job called "build"

Loading…
Cancel
Save

Powered by TurnKey Linux.