diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index 015abab..cbe81f3 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.github/workflows/xcodebuild.yml @@ -40,3 +40,6 @@ jobs: - name: Build tvOS if: ${{ contains(github.event.pull_request.labels.*.name, 'tvOS') }} run: xcodebuild -scheme OAuthSample -configuration Debug CODE_SIGNING_ALLOWED=NO -destination "generic/platform=tvOS" + - name: Build watchOS + if: ${{ contains(github.event.pull_request.labels.*.name, 'watchOS') }} + run: xcodebuild -scheme OAuthSampleWatch -configuration Debug CODE_SIGNING_ALLOWED=NO -destination "generic/platform=watchOS"