Skip to content

Commit 0fe0289

Browse files
authored
Merge pull request #69 from andyw8/andyw8/disable-release-workflow-on-forks
Disable release workflow on forks
2 parents 55a3cda + e955cec commit 0fe0289

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'lib/mcp/version.rb'
77
jobs:
88
publish_gem:
9+
if: github.repository_owner == 'modelcontextprotocol'
910
name: Release Gem Version to RubyGems.org
1011
runs-on: ubuntu-latest
1112
permissions:

0 commit comments

Comments
 (0)