Skip to content

Commit c7e1c66

Browse files
authored
chore(ci): run codegen-ci.yml on self-edits (#6439)
1 parent 3601670 commit c7e1c66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codegen-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches: [ main ]
66
paths:
7+
- '.github/workflows/codegen-ci.yml'
78
- 'codegen/**'
89
pull_request:
910
branches: [ main ]
1011
paths:
12+
- '.github/workflows/codegen-ci.yml'
1113
- 'codegen/**'
1214

1315
jobs:

0 commit comments

Comments
 (0)