Skip to content

Commit 25d222d

Browse files
authored
feat: Adds feature branch pipeline
1 parent 04117bf commit 25d222d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Workflow to build and publish feature/fix branches
2+
3+
name: Build on feature/fix branch
4+
5+
# Run on manual trigger only
6+
on:
7+
workflow_dispatch:
8+
9+
jobs:
10+
publish-feature-branch:
11+
uses: ZEISS-PiWeb/github-actions/.github/workflows/feature-branch.yml@feature/Action_Configuration
12+
with:
13+
do_pack: false
14+
secrets: inherit

0 commit comments

Comments
 (0)