Skip to content

Commit 60e6393

Browse files
- trying to fix codeql action;
1 parent b969537 commit 60e6393

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: "CodeQL"
33
on:
44
push:
55
branches: [ "main" ]
6+
paths:
7+
- src/**
8+
- tests/**
69
pull_request:
710
branches: [ "main" ]
11+
paths:
12+
- src/**
13+
- tests/**
814
schedule:
915
- cron: "42 19 * * 1"
1016
workflow_dispatch:

0 commit comments

Comments
 (0)