Skip to content

Commit 0bb545c

Browse files
committed
Update workflow
1 parent c60c86d commit 0bb545c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/python.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
name: codegen_api_client Python package
77

8-
on: [push, pull_request]
8+
on:
9+
push:
10+
branches:
11+
- main
12+
pull_request:
13+
branches:
14+
- main
915

1016
jobs:
1117
build:

0 commit comments

Comments
 (0)