ci: set concurrency and trigger ci on master (#2701)

This commit is contained in:
gegoune
2024-03-14 07:36:22 +02:00
committed by GitHub
parent 3c4267eb50
commit c64becf80c
3 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,9 @@ on:
branches:
- master
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
name: release-please
permissions:
contents: write