We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c3cc3 commit a7149e0Copy full SHA for a7149e0
.github/workflows/ci-cd.yml
@@ -2,9 +2,11 @@
2
name: CI/CD
3
4
on: # yamllint disable-line rule:truthy
5
+ merge_group:
6
push:
7
branches-ignore:
8
- dependabot/**
9
+ - gh-readonly-queue/** # Temporary merge queue-related GH-made branches
10
- maintenance/pip-tools-constraint-lockfiles
11
- maintenance/pip-tools-constraint-lockfiles-**
12
- patchback/backports/**
0 commit comments