Skip to content

Commit 55ff8ac

Browse files
committed
Fix triggers
1 parent 0bb545c commit 55ff8ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ name: codegen_api_client Python package
88
on:
99
push:
1010
branches:
11-
- main
11+
- develop
1212
pull_request:
1313
branches:
14-
- main
14+
- develop
1515

1616
jobs:
1717
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: codegen_api_client Build and Release
33
on:
44
push:
55
branches:
6-
- main
6+
- develop
77

88
jobs:
99
build-and-release:

0 commit comments

Comments
 (0)