Skip to content

Commit

Permalink
chore(ci): run codegen-ci only if the codegen folder has changes (#6436)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Sep 4, 2024
1 parent 46492e4 commit 2a22ebc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codegen-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: codegen-ci
on:
push:
branches: [ main ]
paths:
- 'codegen/**'
pull_request:
branches: [ main ]
paths:
- 'codegen/**'

jobs:
build:
Expand Down

0 comments on commit 2a22ebc

Please sign in to comment.