Skip to content

Commit 1503629

Browse files
authored
Create build.yml
1 parent 5d6ce41 commit 1503629

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)