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 74183b2 commit 350bceaCopy full SHA for 350bcea
.github/workflows/cloudscribe-develop.yml
@@ -6,6 +6,7 @@ name: cloudscribe-logging-develop-nuget-build
6
on:
7
push:
8
branches: [ "develop" ]
9
+ workflow_dispatch:
10
# pull_request:
11
# branches: [ "develop" ]
12
@@ -30,3 +31,9 @@ jobs:
30
31
run: dotnet pack -c Release
32
- name: Publish NuGet package
33
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