From f6d3eece6d65cd5a4e360ae8ad37de6fef3dd0d4 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 5 Oct 2021 13:54:27 +0100 Subject: trivial: Rename the master branch to main --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d77c8b2..c1fc95a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: Build and Test on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build-linux: -- cgit v1.2.1