Skip to content

Commit 2a22ebc

Browse files
authored
chore(ci): run codegen-ci only if the codegen folder has changes (#6436)
1 parent 46492e4 commit 2a22ebc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codegen-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: codegen-ci
33
on:
44
push:
55
branches: [ main ]
6+
paths:
7+
- 'codegen/**'
68
pull_request:
79
branches: [ main ]
10+
paths:
11+
- 'codegen/**'
812

913
jobs:
1014
build:

0 commit comments

Comments
 (0)