Skip to content

Commit 304d871

Browse files
committed
ci: add path filter for GH actions scan
1 parent c03003c commit 304d871

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ on:
2424
branches: [ "trunk", "branch-*" ]
2525
pull_request:
2626
branches: [ "trunk", "branch-*" ]
27+
paths:
28+
- '.github/**'
2729
schedule:
2830
- cron: '22 4 * * 4'
2931

0 commit comments

Comments
 (0)