We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d600a commit 56b98f3Copy full SHA for 56b98f3
1 file changed
.github/workflows/build.yml
@@ -7,7 +7,8 @@ on:
7
workflow_call:
8
9
jobs:
10
- build:if: github.repository == 'iOSRealRun/iOSRealRun-cli'
+ build:
11
+ if: github.repository == 'iOSRealRun/iOSRealRun-cli'
12
strategy:
13
matrix:
14
os: [windows-latest, ubuntu-latest, macos-latest]
0 commit comments