Skip to content

Commit 8d9844f

Browse files
authored
Remove CI checks for Carthage integration on develop (#547)
1 parent d63f0b4 commit 8d9844f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
int-carthage:
128128
name: Integration (Carthage)
129129
runs-on: macos-14
130-
if: ${{ !github.event.pull_request.draft }}
130+
if: ${{ !github.event.pull_request.draft && github.ref == 'refs/heads/main' }}
131131
defaults:
132132
run:
133133
working-directory: TestApp

0 commit comments

Comments
 (0)