Skip to content

Commit 3b8ae04

Browse files
committed
Restrict to trigger on forked repo
1 parent 3629ade commit 3b8ae04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/draft-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
release:
1616
runs-on: ubuntu-latest
17+
if: github.repository == 'ruby/www.ruby-lang.org'
1718
steps:
1819
- uses: actions/checkout@v4
1920

0 commit comments

Comments
 (0)