Skip to content

Commit eabdeb0

Browse files
authored
Update apple.yml (#3287)
1 parent e783942 commit eabdeb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ jobs:
137137
# NB: The name here needs to match the upload-artifact name from build-frameworks-ios job
138138
name: executorch-frameworks-ios
139139
path: ${{ runner.temp }}/frameworks-ios/
140-
- name: Only push to S3 when running the workflow manually from main branch
141-
if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }}
140+
- name: Only push to S3 when running the workflow manually from release/0.2 branch
141+
if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/release/0.2' }}
142142
shell: bash
143143
run: |
144144
set -eux

0 commit comments

Comments
 (0)