This commit is contained in:
Marco Carrozzo
2023-02-22 10:00:08 +01:00
committed by GitHub
parent 6e7b1808cc
commit c89714be83
3 changed files with 13 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ on:
- master
- develop-patch*
- master-patch*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
BASE_REF: ${{ github.base_ref }}