Skip to content

Commit dbee51b

Browse files
authored
feat: stabilize release and ci pipelines
1 parent 4eb4d63 commit dbee51b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7+
- develop
78
- main
89

910
concurrency:

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
steps:
1717
- name: Release Please
1818
id: release
19-
uses: google-github-actions/release-please-action@v4
19+
uses: googleapis/release-please-action@v4
2020
with:
21-
command: manifest
21+
target-branch: main
2222
config-file: release-please-config.json
2323
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)