Skip to content

Commit 96b3ca3

Browse files
authored
add build workflow
1 parent f290302 commit 96b3ca3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: build
2+
3+
on:
4+
push:
5+
branches: [ "master" ]
6+
paths:
7+
- '**/*.cs'
8+
pull_request:
9+
paths:
10+
- '**/*.cs'
11+
workflow_dispatch:
12+
workflow_call:
13+
14+
jobs:
15+
build:
16+
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main

0 commit comments

Comments
 (0)