diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-08-27 19:51:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 19:51:44 +0800 |
commit | f6d672a3cd9e800e8c330b603fe59398a218db25 (patch) | |
tree | c01d6a3280fd4bfc90e53b23231ad0bff5f383e9 /.github/workflows/shell.yml | |
parent | 016d9d8c889cefc294097e905aefd2973ae6ba1d (diff) |
chore: change default branch to `main` (#6285)
Diffstat (limited to '.github/workflows/shell.yml')
-rw-r--r-- | .github/workflows/shell.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |