Skip to content

Commit 216c4ed

Browse files
author
Raffaele Marcello
committed
Refactor CodeQL workflow to include src/Application/** in push and pull_request events
1 parent e7729d1 commit 216c4ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ name: "CodeQL Advanced"
1414
on:
1515
push:
1616
branches: [ "main" ]
17+
paths: src/Application/**
1718
pull_request:
1819
branches: [ "main" ]
20+
paths: src/Application/**
1921
schedule:
2022
- cron: '19 19 * * 6'
2123

0 commit comments

Comments
 (0)