Skip to content

Commit b1acf59

Browse files
committed
add missing pr check for re-sign ipa
1 parent 29f2cf5 commit b1acf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ runs:
212212
shell: bash
213213

214214
- name: Re-sign IPA
215-
if: ${{ steps.find-artifact.outputs.artifact-url && inputs.destination == 'device' && inputs.re-sign == 'true' }}
215+
if: ${{ steps.find-artifact.outputs.artifact-url && inputs.destination == 'device' && inputs.re-sign == 'true' && github.event_name == 'pull_request' }}
216216
run: |
217217
npx rnef sign:ios ${{ env.ARTIFACT_PATH }} \
218218
--build-jsbundle \

0 commit comments

Comments
 (0)