From d17945316fed4e0158112ba4d76d7f79ef7950c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Wed, 28 Dec 2022 17:39:24 +0100 Subject: [PATCH] Use correct branch for destination repo --- .github/workflows/performance-benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance-benchmark.yml b/.github/workflows/performance-benchmark.yml index 16a724b620..4d98da3111 100644 --- a/.github/workflows/performance-benchmark.yml +++ b/.github/workflows/performance-benchmark.yml @@ -58,6 +58,6 @@ jobs: with: source_file: ${{ env.BUILD_ID }} destination_repo: 'kokkos/kokkos-benchmark-results' - destination_branch: 'master' + destination_branch: 'main' user_email: 'kokkos@users.noreply.github.com' user_name: 'Kokkos Developers'