Skip to content

Commit f138521

Browse files
committed
Send a debug build to TestFlight on release PRs
1 parent 6bec458 commit f138521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: ./.github/actions/xcode-cache
4141
- if: ${{ github.event.inputs.release }} == 'Debug'
4242
run: brew install imagemagick
43-
- run: bundle exec fastlane swiftui_testflight_build configuration:"${{ github.event.inputs.release }}"
43+
- run: bundle exec fastlane swiftui_testflight_build configuration:"${{ github.event.inputs.release || (github.event_name == 'pull_request' && 'Debug') || (github.event_name == 'release' && 'Release') }}"
4444
timeout-minutes: 40
4545
- uses: 8398a7/action-slack@v3
4646
with:

0 commit comments

Comments
 (0)