Skip to content

Commit

Permalink
🧪 Enable support for merge queue runs @ GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 24, 2024
1 parent 00c3cc3 commit a7149e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
name: CI/CD

on: # yamllint disable-line rule:truthy
merge_group:
push:
branches-ignore:
- dependabot/**
- gh-readonly-queue/** # Temporary merge queue-related GH-made branches
- maintenance/pip-tools-constraint-lockfiles
- maintenance/pip-tools-constraint-lockfiles-**
- patchback/backports/**
Expand Down

0 comments on commit a7149e0

Please sign in to comment.