Skip to content

Commit 676117a

Browse files
committed
avoid only conan_home
1 parent 5aa9a92 commit 676117a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/code-ql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name: "CodeQL"
33

44
on:
5+
pull_request:
6+
branches:
7+
- develop
58
schedule:
69
#run 5 minutes after midnight daily
710
- cron: '5 0 * * *'
@@ -117,7 +120,7 @@ jobs:
117120
uses: advanced-security/filter-sarif@v1
118121
with:
119122
patterns: |
120-
-pktvisor/build/**/*
123+
-pktvisor/build/conan_home/**/*
121124
input: sarif-results/cpp.sarif
122125
output: sarif-results/cpp.sarif
123126

0 commit comments

Comments
 (0)