From 3b138d01b24dac25adda6020f306d0df813b26fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geir=20G=C3=A5sodden?= Date: Thu, 18 Jun 2020 18:03:47 +0200 Subject: [PATCH] Switches to main as default branch (patch) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d24c1ab..302ab93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Build, Test, and Publish on release on: release: types: [published] - branches: [master] + branches: [main] jobs: build: name: Build, test and publish