Skip to content

Commit

Permalink
Fix check coodegen workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jopel committed Nov 21, 2024
1 parent faf52d4 commit ad3e324
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ on:
paths:
- "scripts/**"
- "src/snowflake/telemetry/_internal/opentelemetry/proto/**"
- "src/snowflake/telemetry/serialize/**"
- ".github/workflows/check-codegen.yml"
pull_request:
branches: [ "main" ]
paths:
- "scripts/**"
- "src/snowflake/telemetry/_internal/opentelemetry/proto/**"
- "src/snowflake/telemetry/serialize/**"
- ".github/workflows/check-codegen.yml"

jobs:
Expand Down

0 comments on commit ad3e324

Please sign in to comment.