From 46705754e69c516ca80a789a32ebc3b9b0cf6a82 Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Thu, 22 Jun 2023 15:13:24 +0300 Subject: [PATCH] chore: Fix default branch (#771) Fix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6473f5f6..acbb6e12 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ on: ref: description: "git ref to checkout to" type: string - default: "master" + default: "main" fluence-env: description: "Fluence enviroment to run tests agains" type: string