From 6a3a993fe14c6bd8e3de15a1929fdaf2289dd845 Mon Sep 17 00:00:00 2001 From: Nico Jansen Date: Wed, 7 Oct 2020 08:22:28 +0200 Subject: [PATCH] docs: remove remark about branch (#2531) --- .github/workflows/mutation-testing.yml | 3 +-- README.md | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index a75ce51972..e9638ab0d1 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -6,8 +6,7 @@ on: branches: - master - test/** - - epic/** - + jobs: core: runs-on: ubuntu-latest diff --git a/README.md b/README.md index c857c752ad..8d826287bd 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ ![Stryker](stryker-80x80.png) -__NOTE: You're currently looking at the `epic/mutation-switching` branch, where we're currently working on [implementing mutation switching](https://github.com/stryker-mutator/stryker/issues/1514). Please see the [master branch](https://github.com/stryker-mutator/stryker/tree/master) for the current production version. We have a feature freeze until mutation switching is implemented.__ - # Stryker *Professor X: For someone who hates mutants... you certainly keep some strange company.*