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

@@ -7,7 +7,9 @@ on:
- edited
- synchronize
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
semantic-pr-subject:
runs-on: ubuntu-latest