diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index 532316731fe..667ddb500d3 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -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