From 7008c484fb8d47dd3567cf3655260f71df38721e Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 2 Aug 2024 19:32:36 -0400 Subject: [PATCH] Main branch is now called 'main' --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddb4050..bd8a0e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: CI on: pull_request: branches: - - 'master' + - 'main' push: branches: - - 'master' + - 'main' jobs: build-test: name: Build and test on Erlang/OTP ${{ matrix.otp_version }} and ${{ matrix.os }}