Skip to content

Commit

Permalink
Don't release in forks
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jun 16, 2024
1 parent a1f82b9 commit a8444ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
if: github.repository_owner == 'romainguy' && startsWith(github.ref, 'refs/tags/')
needs: build
permissions:
contents: write
Expand Down

0 comments on commit a8444ba

Please sign in to comment.