Skip to content

CI

CI #11

name: CI
on:
push:
branches: [ "main" ]
paths:
- '**/*.cs'
pull_request:
paths:
- '**/*.cs'
workflow_dispatch:
workflow_call:
jobs:
build:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main
with:
solution-file-path: 'Source/BoringCrewServices.sln'
artifacts: GameData CraftFiles LICENSE* README* CHANGELOG*