diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 65bec1c..a149e47 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -34,6 +34,7 @@ jobs: run: npm install - name: 🚀 Create preview + if: ${{ github.event_name == 'pull_request' }} uses: expo/expo-github-action/preview@v8 with: command: eas update --auto --branch ${{ github.event.pull_request.head.ref }}