Skip to content

Commit 350bcea

Browse files
authored
#47 Update cloudscribe-develop.yml
1 parent 74183b2 commit 350bcea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cloudscribe-develop.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: cloudscribe-logging-develop-nuget-build
66
on:
77
push:
88
branches: [ "develop" ]
9+
workflow_dispatch:
910
# pull_request:
1011
# branches: [ "develop" ]
1112

@@ -30,3 +31,9 @@ jobs:
3031
run: dotnet pack -c Release
3132
- name: Publish NuGet package
3233
run: dotnet nuget push **/*.nupkg --source ${{ secrets.NUGET_SOURCE_URL }}
34+
- name: Remote Repository Dispatch
35+
uses: peter-evans/repository-dispatch@v3
36+
with:
37+
token: ${{ secrets.GHB_PAT }}
38+
repository: GreatHouseBarn/cloudscribe-testing
39+
event-type: cs.Logging

0 commit comments

Comments
 (0)