Skip to content

Commit 784cecf

Browse files
committed
chore: exclude composition-go generated code from CodeQL workflow
1 parent 176e179 commit 784cecf

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
@@ -18,6 +18,8 @@ on:
1818
pull_request:
1919
branches:
2020
- main
21+
paths-ignore:
22+
- 'composition-go/index.global.js'
2123
schedule:
2224
- cron: '27 3 * * 1'
2325

0 commit comments

Comments
 (0)