From d5dcfc494e5344c8a5d07120a0b2194dceae683c Mon Sep 17 00:00:00 2001 From: Kevin Meinhardt Date: Thu, 14 Mar 2024 19:06:03 +0100 Subject: [PATCH] Update README.md (#18) * Update README.md * tmp --- .github/workflows/test.yml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08025c3..15b7f35 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,7 @@ name: Test on: pull_request: + merge_group: jobs: test: runs-on: ubuntu-latest diff --git a/README.md b/README.md index 1fa44bb..7239223 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # test-github-features Repo to test github settings for PRs, CI, merging +testing + ## Bypassing branch protection You can easily bypass branch protection rules with ruleset bypass. This will give the option to merge PRs without waiting for checks.