From b0b56a523d1ad5cbf19050936dc2aff47c1695a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danie=CC=88l=20de=20Kok?= Date: Tue, 30 Jan 2024 13:32:33 +0100 Subject: [PATCH] Also update the branch in GPU tests --- .github/workflows/gputests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gputests.yml b/.github/workflows/gputests.yml index 66e0707e0..c6ea98f76 100644 --- a/.github/workflows/gputests.yml +++ b/.github/workflows/gputests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [master, v4] + branch: [master, main] if: github.repository_owner == 'explosion' runs-on: ubuntu-latest steps: