Skip to content

Commit 40c4ae4

Browse files
committed
feat: Adds build pipeline
1 parent 080a712 commit 40c4ae4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Build & Test
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
jobs:
10+
build:
11+
uses: ZEISS-PiWeb/github-actions/.github/workflows/build-and-pack.yml@feature/Action_Configuration
12+
with:
13+
configuration: "Release"
14+
do_pack: false
15+
is_prerelease: false
16+
suffix: "none"
17+
publish_target: "None"
18+
secrets: inherit

0 commit comments

Comments
 (0)