From b0bc33666280354437d1705d5e05108cbb2a4026 Mon Sep 17 00:00:00 2001 From: Mark Tareshawty Date: Tue, 25 Jul 2023 20:14:28 -0400 Subject: [PATCH] Update ci.yml to use main instead of master branch --- .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 ceec253f..36970dd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: erb_javascript_rails: