chore: don't run expo preview for contributors

This commit is contained in:
Satyajit Sahoo
2020-02-04 10:43:00 +01:00
parent bec2f754d4
commit 89fa363883

View File

@@ -5,6 +5,7 @@ jobs:
publish:
name: Install and publish
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.owner.login == 'react-navigation'
steps:
- name: Checkout
uses: actions/checkout@v1