From 1cc40c3a87298c0702005910d9e55a85d5e6e7d6 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 2 Aug 2024 19:46:45 -0400 Subject: [PATCH] Main branch was renamed to '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 ef09f0f..eef3cb5 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 }}