diff options
author | 2023-06-30 01:41:51 +0200 | |
---|---|---|
committer | 2023-06-30 04:37:59 +0000 | |
commit | 5c4e4365e4ac7f8c45f2e7b6eb71ccbcc3cd6a45 (patch) | |
tree | 657e6d27cb3d6bf81bf336fd7b3455c083c3447a | |
parent | 28614a088e0bdf37f98ff990a5641edfba6c8eca (diff) | |
download | rtic-5c4e4365e4ac7f8c45f2e7b6eb71ccbcc3cd6a45.tar.gz rtic-5c4e4365e4ac7f8c45f2e7b6eb71ccbcc3cd6a45.tar.zst rtic-5c4e4365e4ac7f8c45f2e7b6eb71ccbcc3cd6a45.zip |
CI: Changelog also required for GHMQ
-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 0eb4cf6b..717ae918 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. |