chore(CI): Update CI run types (#21015)

This commit is contained in:
Kitzunu
2024-12-23 10:23:55 +01:00
committed by GitHub
parent 0a70ebc3af
commit 3dff276136
8 changed files with 22 additions and 7 deletions

View File

@@ -4,7 +4,9 @@ on:
branches:
- 'master'
pull_request:
types: ['labeled', 'opened', 'synchronize', 'reopened']
types:
- labeled
- synchronize
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})