File tree Expand file tree Collapse file tree 6 files changed +19
-10
lines changed Expand file tree Collapse file tree 6 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- uses : ZEISS-PiWeb/github-actions/ .github/workflows/build-and-pack.yml@feature/Action_Configuration
11+ uses : georg-eckert-zeiss/ghp/ .github/workflows/build-and-pack.yml@main
1212 with :
1313 configuration : " Release"
1414 do_pack : false
Original file line number Diff line number Diff line change 1- # Create a stable project release. This workflow is manually triggered.
2-
31name : Create release (from develop only!)
42
5- # Run on manual trigger only
63on :
74 workflow_dispatch :
85
96jobs :
107 release :
11- uses : ZEISS-PiWeb/github-actions/.github/workflows/create-release.yml@feature/Action_Configuration
8+ uses : georg-eckert-zeiss/ghp/.github/workflows/create-release.yml@main
9+ secrets : inherit
Original file line number Diff line number Diff line change 1- # Workflow to build and publish the develop branch
2-
31name : Build on develop
42
53on :
108
119jobs :
1210 develop :
13- uses : ZEISS-PiWeb/github-actions/ .github/workflows/develop.yml@feature/Action_Configuration
11+ uses : georg-eckert-zeiss/ghp/ .github/workflows/develop.yml@main
1412 with :
1513 do_pack : false
1614 secrets : inherit
Original file line number Diff line number Diff line change 1+ name : .NET Core Desktop
2+
3+ on :
4+ push :
5+ branches : [ "develop" ]
6+ pull_request :
7+ branches : [ "develop" ]
8+
9+ jobs :
10+ build :
11+ uses : georg-eckert-zeiss/ghp/.github/workflows/test.yml@main
12+ with :
13+ configuration : " Release"
Original file line number Diff line number Diff line change 88
99jobs :
1010 publish-feature-branch :
11- uses : ZEISS-PiWeb/github-actions/ .github/workflows/feature-branch.yml@feature/Action_Configuration
11+ uses : georg-eckert-zeiss/ghp/ .github/workflows/feature-branch.yml@main
1212 with :
1313 do_pack : false
1414 secrets : inherit
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ Playground for experimenting with reusable GitHub actions.
55The following actions exist:
66
77+ build-and-test: builds and tests the repo, automatically triggered on pushes to main
8- +
8+ + simple test commit
You can’t perform that action at this time.
0 commit comments