We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa9342 commit 54087e7Copy full SHA for 54087e7
.github/workflows/release.yml
@@ -32,6 +32,8 @@ on:
32
33
jobs:
34
build-all-configs:
35
+ # Don't run scheduled/release triggers on forks; allow manual workflow_dispatch
36
+ if: ${{ github.repository == 'modelcontextprotocol/csharp-sdk' || github.event_name == 'workflow_dispatch' }}
37
strategy:
38
matrix:
39
os: [ubuntu-latest, windows-latest, macos-latest]
0 commit comments