From b3705dc01729fef4e89b69f79cda945513f96fcd Mon Sep 17 00:00:00 2001 From: James Hegedus Date: Thu, 22 Jul 2021 16:52:07 +1000 Subject: [PATCH] ci: rename main to master --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 30740ab..142509c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -3,7 +3,7 @@ name: Format on: push: branches: - - main + - master paths: - README.md