enable github merge queue.

This commit is contained in:
Dario Nieuwenhuis 2023-10-20 23:08:04 +02:00
parent 4d0f2e2016
commit 199a8d8819

View File

@ -4,6 +4,7 @@ on:
branches: [main]
push:
branches: [staging, trying]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
@ -338,8 +339,6 @@ jobs:
- name: Run cargo
run: cargo run
# Refs: https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149
#
# ALL THE PREVIOUS JOBS NEEDS TO BE ADDED TO THE `needs` SECTION OF THIS JOB!