Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f55f00

Browse files
committedMar 7, 2025··
ci(codeql): add bundles to path-ignore
1 parent f184fa0 commit 7f55f00

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

‎.github/workflows/codeql.yml

+11
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ on:
77
branches: ['main']
88
schedule:
99
- 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
1021

1122
jobs:
1223
analyze:

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ package/
55
reports/
66
docs/.vitepress/cache/
77
yarn.lock
8+
pnpm-lock.yaml
89
temp

0 commit comments

Comments
 (0)
Please sign in to comment.