From 868a525244f3c55ecb36df352865f4266dd41089 Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Tue, 15 Nov 2022 22:19:09 +0100 Subject: Rename master branch to main (#117) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aaf868..56ab914 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: CI on: push: branches: - - master + - main pull_request: branches: - - master + - main concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} -- cgit 1.4.1