Skip to content

Commit 5211d4d

Browse files
[Github] Add path filtering to CodeQL workflow
This workflow should only be triggering on PRs that touch Github workflows. This is not the case currently because I forgot to add path filtering in the original implementation.
1 parent 9f06b28 commit 5211d4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gha-codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
paths:
11+
- '.github/**'
1012
schedule:
1113
- cron: '30 0 * * *'
1214

0 commit comments

Comments
 (0)