diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-06-30 01:41:51 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-06-30 04:37:59 +0000 |
| commit | 5c4e4365e4ac7f8c45f2e7b6eb71ccbcc3cd6a45 (patch) | |
| tree | 657e6d27cb3d6bf81bf336fd7b3455c083c3447a /.github/workflows/changelog.yml | |
| parent | 28614a088e0bdf37f98ff990a5641edfba6c8eca (diff) | |
CI: Changelog also required for GHMQ
Diffstat (limited to '.github/workflows/changelog.yml')
| -rw-r--r-- | .github/workflows/changelog.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 0eb4cf6..717ae91 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -3,6 +3,7 @@ # This is only run for PRs. on: + merge_group: pull_request: # opened, reopened, synchronize are the default types for pull_request. # labeled, unlabeled ensure this check is also run if a label is added or removed. |
