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 }}