File tree Expand file tree Collapse file tree 3 files changed +5
-33
lines changed
Expand file tree Collapse file tree 3 files changed +5
-33
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 branches : " *"
55 workflow_dispatch :
66jobs :
7- metadata :
8- uses : jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/generate-project-metadata.yml@main
97 build :
108 runs-on : ubuntu-latest
11- needs :
12- - metadata
139 steps :
1410 - name : Build
1511 uses : jcdcdev/jcdcdev.Umbraco.Github.Build@main
1612 with :
17- project-name : ${{ needs.metadata.outputs.project-name}}
18- project-path : ${{ needs.metadata.outputs.project-path }}
13+ project-name : Umbraco.Community.DataProtection
14+ project-path : src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj
1915 umbraco-version : 13
Original file line number Diff line number Diff line change 44 pull_request :
55 types : [ closed ]
66jobs :
7- metadata :
8- uses : jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/generate-project-metadata.yml@main
97 release :
8+ if : github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
109 runs-on : ubuntu-latest
1110 permissions :
1211 contents : write
13- needs :
14- - metadata
1512 steps :
1613 - name : Build
1714 id : build
1815 uses : jcdcdev/jcdcdev.Umbraco.GitHub.Build@main
1916 with :
20- project-name : ${{ needs.metadata.outputs.project-name}}
21- project-path : ${{ needs.metadata.outputs.project-path }}
17+ project-name : Umbraco.Community.DataProtection
18+ project-path : src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj
2219 umbraco-version : 13
2320 - name : Release
2421 uses : jcdcdev/jcdcdev.Umbraco.GitHub.Release@main
You can’t perform that action at this time.
0 commit comments