Skip to content

Commit

Permalink
Don't run publish action in forks
Browse files Browse the repository at this point in the history
  • Loading branch information
314eter committed May 30, 2023
1 parent 9724dfa commit 2da4930
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 @@ -11,6 +11,7 @@ env:

jobs:
crate:
if: github.repository_owner == 'tree-sitter'
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 2da4930

Please sign in to comment.