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 e783942 commit eabdeb0Copy full SHA for eabdeb0
.github/workflows/apple.yml
@@ -137,8 +137,8 @@ jobs:
137
# NB: The name here needs to match the upload-artifact name from build-frameworks-ios job
138
name: executorch-frameworks-ios
139
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' }}
+ - 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' }}
142
shell: bash
143
run: |
144
set -eux
0 commit comments