Skip to content

Commit acda4a5

Browse files
authored
Merge pull request #63 from Earlopain/publish-upstream-only
Only run publish workflow on upstream repo
2 parents 64bfac4 + 5be7ea9 commit acda4a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
publish:
88
name: Publish to RubyGems
99
runs-on: ubuntu-latest
10+
if: github.repository_owner == 'rubocop'
1011
permissions:
1112
contents: write
1213
id-token: write

0 commit comments

Comments
 (0)