We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04117bf commit 25d222dCopy full SHA for 25d222d
.github/workflows/feature-branch.yml
@@ -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