From f6d672a3cd9e800e8c330b603fe59398a218db25 Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Thu, 27 Aug 2020 19:51:44 +0800 Subject: chore: change default branch to `main` (#6285) --- .github/workflows/shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/shell.yml') diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 1926472c..20a045dc 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -1,7 +1,7 @@ name: Shell on: push: - branches: [master] + branches: [main] pull_request: jobs: shellcheck: -- cgit v1.2.3