From bc6b2a72041d19fbc1db750eb7ae95e2d57ba88b Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sun, 16 Jul 2023 13:23:30 +0200 Subject: [PATCH] Switch to GHMQ --- .github/workflows/clippy.yml | 3 ++- .github/workflows/rustfmt.yml | 3 ++- .github/workflows/test.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 36c8261..9a12a82 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -2,8 +2,9 @@ name: Clippy check on: push: - branches: [ staging, trying, main ] + branches: [ main ] pull_request: + merge_group: jobs: clippy: diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index f6bc01c..20421ca 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -2,8 +2,9 @@ name: Code formatting check on: push: - branches: [ staging, trying, main ] + branches: [ main ] pull_request: + merge_group: jobs: rustfmt: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b76b293..88a195e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,9 @@ name: Test on: push: - branches: [ staging, trying, main ] + branches: [ main ] pull_request: + merge_group: jobs: test: