Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Nov 24, 2023
1 parent c8377a7 commit 2b27b72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]

jobs:
Expand Down Expand Up @@ -44,7 +43,7 @@ jobs:

- name: Build
run: |
xcodebuild build -project DarockBili.xcodeproj -scheme "DarockBili Watch App"
xcodebuild build -project DarockBili.xcodeproj -scheme "DarockBili Watch App" CODE_SIGN_IDENTITY=""
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down

0 comments on commit 2b27b72

Please sign in to comment.