Skip to content

Commit

Permalink
enable github merge queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Oct 20, 2023
1 parent 4d0f2e2 commit 199a8d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [main]
push:
branches: [staging, trying]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -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!
Expand Down

0 comments on commit 199a8d8

Please sign in to comment.