Merge pull request #3618 from swarnimarun/patch-1

Gate release action to rust-analyzer owner
This commit is contained in:
Aleksey Kladov 2020-03-17 09:41:53 +01:00 committed by GitHub
commit f755486ffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ jobs:
dist:
name: dist
runs-on: ${{ matrix.os }}
if: github.repository == "rust-analyzer/rust-analyzer"
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]