From b7aecfe6aaff9ea50f657ae2d6638e33addc07c6 Mon Sep 17 00:00:00 2001 From: jonathan vanasco Date: Mon, 14 Nov 2022 15:27:33 -0500 Subject: rename "master" to "main" --- .github/workflows/ci-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 605ebdae0..4fb4e48a1 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -1,10 +1,10 @@ name: Build and test on: - # Only on pushes to master or one of the release branches we build on push + # Only on pushes to main or one of the release branches we build on push push: branches: - - master + - main - "[0-9].[0-9]+-branch" tags: # Build pull requests -- cgit v1.2.3