We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f2cf5 commit b1acf59Copy full SHA for b1acf59
action.yml
@@ -212,7 +212,7 @@ runs:
212
shell: bash
213
214
- name: Re-sign IPA
215
- if: ${{ steps.find-artifact.outputs.artifact-url && inputs.destination == 'device' && inputs.re-sign == 'true' }}
+ if: ${{ steps.find-artifact.outputs.artifact-url && inputs.destination == 'device' && inputs.re-sign == 'true' && github.event_name == 'pull_request' }}
216
run: |
217
npx rnef sign:ios ${{ env.ARTIFACT_PATH }} \
218
--build-jsbundle \
0 commit comments