Skip to content

Commit a7149e0

Browse files
committed
🧪 Enable support for merge queue runs @ GHA
1 parent 00c3cc3 commit a7149e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
name: CI/CD
33

44
on: # yamllint disable-line rule:truthy
5+
merge_group:
56
push:
67
branches-ignore:
78
- dependabot/**
9+
- gh-readonly-queue/** # Temporary merge queue-related GH-made branches
810
- maintenance/pip-tools-constraint-lockfiles
911
- maintenance/pip-tools-constraint-lockfiles-**
1012
- patchback/backports/**

0 commit comments

Comments
 (0)