From 5877ec13c18e871e1926dc4986c51cfcccf81ccf Mon Sep 17 00:00:00 2001 From: alexmendes Date: Mon, 23 Aug 2021 04:13:05 +0100 Subject: [PATCH] build: switch to master as the default branch --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eae1601..7de9c86 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ on: push: branches: - - main + - master jobs: test: