diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 189e9496c9a..6a80e23eda4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: build on: push: - branches: [ main, release/*, seperate_mutation_tests ] + branches: [ main, release/* ] tags: [ '*' ] pull_request: branches: [ main, release/* ] diff --git a/.github/workflows/mutation-tests-core.yml b/.github/workflows/mutation-tests-core.yml index f4d0963fc2a..5bf27840c46 100644 --- a/.github/workflows/mutation-tests-core.yml +++ b/.github/workflows/mutation-tests-core.yml @@ -2,7 +2,7 @@ name: mutation-tests-core on: push: - branches: [ main, release/*, seperate_mutation_tests] + branches: [ main, release/* ] tags: [ '*' ] pull_request: branches: [ main, release/* ] diff --git a/.github/workflows/mutation-tests-legacy.yml b/.github/workflows/mutation-tests-legacy.yml index 8f919e6984d..21e03b085bc 100644 --- a/.github/workflows/mutation-tests-legacy.yml +++ b/.github/workflows/mutation-tests-legacy.yml @@ -2,7 +2,7 @@ name: mutation-tests-legacy on: push: - branches: [ main, release/*, seperate_mutation_tests] + branches: [ main, release/* ] tags: [ '*' ] pull_request: branches: [ main, release/* ] @@ -59,5 +59,5 @@ jobs: if: always() uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: - name: mutation-report-core + name: mutation-report-legacy path: ./artifacts/mutation-report