Skip to content

Commit 9793fc6

Browse files
committed
Change update-a2a-types to run when generate_types.sh is edited
1 parent 02a590e commit 9793fc6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/update-a2a-types.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
repository_dispatch:
55
types: [a2a_json_update]
66
workflow_dispatch:
7+
pull_request:
8+
branches:
9+
- main
10+
paths:
11+
- "scripts/generate_types.sh"
12+
types:
13+
- opened
14+
- synchronize
15+
- reopened
716

817
jobs:
918
generate_and_pr:

0 commit comments

Comments
 (0)