chore: allow to trigger release-please manually

This commit is contained in:
folex 2023-01-20 15:29:16 +07:00 committed by GitHub
parent b6643df3a4
commit 6267f13ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"