Skip to content

Commit

Permalink
Update generate-openapi-code-from-typespec
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorrr authored Oct 25, 2024
1 parent fd9facb commit 369bc68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/generate-openapi-code-from-typespec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Generate OpenAPI code
run-name: ${{ github.actor }} is typechecking the code

on:
pull_request: {}
# paths:
# - 'typespec/**'
push: {}
# paths:
# - 'typespec/**'
pull_request:
paths:
- '**' # 'typespec/**'
push:
paths:
- '**' # 'typespec/**'

jobs:
Typecheck:
Expand Down

0 comments on commit 369bc68

Please sign in to comment.