feat(ci): add merge_group trigger

This commit is contained in:
2025-02-05 02:13:30 +02:00
parent 6f63ef75e1
commit dd6e67c8d0
5 changed files with 5 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ on:
paths:
- '**/action.yml'
- '**/action.yaml'
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}