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 c9d5755 commit 93ff2c8Copy full SHA for 93ff2c8
.github/workflows/apple.yml
@@ -129,8 +129,8 @@ jobs:
129
# NB: The name here needs to match the upload-artifact name from build-frameworks-ios job
130
name: executorch-frameworks-ios
131
path: ${{ runner.temp }}/frameworks-ios/
132
- - name: Only push to S3 when running the workflow manually from main branch
133
- if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }}
+ - name: Only push to S3 when running the workflow manually from release/0.3 branch
+ if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/release/0.3' }}
134
shell: bash
135
run: |
136
set -eux
0 commit comments