Skip to content

Commit

Permalink
prevent release workflow to work on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Bereghici committed Oct 3, 2022
1 parent ad52683 commit d2be04b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build:
name: Build Rust
runs-on: ubuntu-latest
if: github.repository_owner == 'abereghici'
steps:
- name: Set up Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit d2be04b

Please sign in to comment.