Skip to content

Commit

Permalink
Merge pull request #63 from Earlopain/publish-upstream-only
Browse files Browse the repository at this point in the history
Only run publish workflow on upstream repo
  • Loading branch information
ydah authored Feb 20, 2025
2 parents 64bfac4 + 5be7ea9 commit acda4a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
publish:
name: Publish to RubyGems
runs-on: ubuntu-latest
if: github.repository_owner == 'rubocop'
permissions:
contents: write
id-token: write
Expand Down

0 comments on commit acda4a5

Please sign in to comment.