Rename master branch to main (#117)
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M .github/workflows/ci.yml → .github/workflows/ci.yml
@@ -3,10 +3,10 @@ on: push: branches: - - master + - main pull_request: branches: - - master + - main concurrency: group: ${{ github.workflow }}-${{ github.ref_name }}