Skip to content

Commit

Permalink
Update apple.yml (#3287)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoumikhin authored Apr 24, 2024
1 parent e783942 commit eabdeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
# NB: The name here needs to match the upload-artifact name from build-frameworks-ios job
name: executorch-frameworks-ios
path: ${{ runner.temp }}/frameworks-ios/
- name: Only push to S3 when running the workflow manually from main branch
if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }}
- name: Only push to S3 when running the workflow manually from release/0.2 branch
if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/release/0.2' }}
shell: bash
run: |
set -eux
Expand Down

0 comments on commit eabdeb0

Please sign in to comment.