Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 914c153

Browse files
committed
ci: enable release-please workflow on push to main branch
Activate the release-please GitHub Action to trigger on pushes to the main branch instead of manual workflow dispatch. This change automates release PR creation and version bumping on every main branch update, streamlining the release process.
1 parent a39aa43 commit 914c153

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ defaults:
77
permissions: {}
88

99
on:
10-
workflow_dispatch:
11-
# push:
12-
# branches:
13-
# - main
10+
push:
11+
branches:
12+
- main
1413

1514
concurrency:
1615
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)