From 0c8a2e68cf7ff93735f377adfec36de65116b95d Mon Sep 17 00:00:00 2001 From: goaaats <16760685+goaaats@users.noreply.github.com> Date: Sat, 10 Apr 2021 18:52:54 +0200 Subject: [PATCH] ci: the master branch is not called master branch anymore --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fb4024e6..68a513400 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -90,4 +90,4 @@ jobs: git add . git commit -m "[CI] Update staging" || true - git push origin master || true + git push origin main || true