Skip to content

Commit

Permalink
Enable testing merge queues @ GitHub Actions CI/CD (#1990)
Browse files Browse the repository at this point in the history
This patch allows the project to start using merge queues. They will still have to be enabled in the branch protection settings.
  • Loading branch information
webknjaz committed Sep 21, 2023
1 parent 4c7bc26 commit b3fd30e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
merge_group:
pull_request:
push:
branches:
Expand Down

0 comments on commit b3fd30e

Please sign in to comment.