diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 5b967cf..f90660c 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -15,6 +15,8 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ "master" ] + merge_group: + branches: [ "master" ] schedule: - cron: '18 8 * * 6' diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 210ba04..cbdf983 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -5,6 +5,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + merge_group: + branches: [ master ] env: CARGO_TERM_COLOR: always