From f7cf6f619f5019ed111092471d1a9552e914534f Mon Sep 17 00:00:00 2001 From: Diogo Dourado <41040569+dcdourado@users.noreply.github.com> Date: Sat, 27 Apr 2024 12:06:51 -0300 Subject: [PATCH] fix: set correct branch name for CI --- .github/workflows/elixir-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/elixir-ci.yml b/.github/workflows/elixir-ci.yml index 4331a01..d454a3c 100644 --- a/.github/workflows/elixir-ci.yml +++ b/.github/workflows/elixir-ci.yml @@ -2,9 +2,9 @@ name: Elixir CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] permissions: contents: read