Skip to content

Commit 04117bf

Browse files
authored
feat: Adds develop pipeline
1 parent 62c525c commit 04117bf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/develop.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Workflow to build and publish the develop branch
2+
3+
name: Build on develop
4+
5+
on:
6+
push:
7+
branches: [ develop ]
8+
pull_request:
9+
branches: [ develop ]
10+
11+
jobs:
12+
develop:
13+
uses: ZEISS-PiWeb/github-actions/.github/workflows/develop.yml@feature/Action_Configuration
14+
with:
15+
do_pack: false
16+
secrets: inherit

0 commit comments

Comments
 (0)