Skip to content

Commit 70aa0be

Browse files
authored
Fixes to run PVS strudio on pull-requests
1 parent 77d857d commit 70aa0be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cmake-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ on:
2121
- '!/docker/**'
2222
- '!/tools/**'
2323
- '!/ci/**'
24-
pull_request:
25-
branches: [ "master" ]
24+
pull_request_target:
25+
types: [opened, synchronize, reopened]
2626

2727
jobs:
2828
linux_build:
2929
runs-on: ${{ matrix.os }}
30-
30+
environment: pr-review-required
3131
strategy:
3232
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
3333
fail-fast: false

0 commit comments

Comments
 (0)