Skip to content

Commit 646596e

Browse files
committed
chore: exclude composition-go generated code from CodeQL workflow #2
1 parent 784cecf commit 646596e

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
@@ -15,6 +15,8 @@ on:
1515
push:
1616
branches:
1717
- main
18+
paths-ignore:
19+
- 'composition-go/index.global.js'
1820
pull_request:
1921
branches:
2022
- main

0 commit comments

Comments
 (0)