Skip to content

Commit

Permalink
Update ms-code-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szymmirr committed Oct 9, 2023
1 parent 3483de8 commit cc48bfc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ms-code-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Microsoft C++ Code Analysis
on: [pull_request]

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
# Path to the CMake build directory.
# Path to the CMake build directory
build: '${{ github.workspace }}/build'
config: 'Debug'

Expand Down

0 comments on commit cc48bfc

Please sign in to comment.