Skip to content

Commit 55ba5ef

Browse files
committed
chore: PR作成時にもOpenAPIのコード生成を行う
1 parent dac8d9d commit 55ba5ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/openapi-client.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ on:
44
push:
55
branches:
66
- develop
7+
# paths:
8+
# - "packages/eqmonitor_api/openapi/openapi.json"
9+
pull_request:
10+
branches:
11+
- develop
12+
types:
13+
- opened
14+
- synchronize
715
paths:
816
- "packages/eqmonitor_api/openapi/openapi.json"
17+
workflow_dispatch:
918

1019
jobs:
1120
generate-openapi-client:

0 commit comments

Comments
 (0)