Skip to content

Commit cdd6fb6

Browse files
authored
Merge pull request #903 from nicholasbishop/bishop-merge-q
ci: Add merge_group trigger
2 parents 2173725 + e55675c commit cdd6fb6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/developer_productivity.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Developer Productivity
22
on:
3+
merge_group:
34
push:
45
pull_request:
56
jobs:

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: QA
2-
on: [push, pull_request]
2+
on: [merge_group, push, pull_request]
33
jobs:
44
spellcheck:
55
name: Spellcheck

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Rust
22
on:
3+
merge_group:
34
push:
45
branches:
56
- main

0 commit comments

Comments
 (0)