We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
path-ignore
1 parent f184fa0 commit 7f55f00Copy full SHA for 7f55f00
.github/workflows/codeql.yml
@@ -7,6 +7,17 @@ on:
7
branches: ['main']
8
schedule:
9
- cron: '28 6 * * 3'
10
+ paths:
11
+ - .github
12
+ - docs
13
+ - examples
14
+ - man
15
+ - src
16
+ - scripts
17
+ - test
18
+ - test-d
19
+ paths-ignore:
20
+ - build
21
22
jobs:
23
analyze:
.gitignore
@@ -5,4 +5,5 @@ package/
5
reports/
6
docs/.vitepress/cache/
yarn.lock
+pnpm-lock.yaml
temp
0 commit comments