From ef51d0d26c075353b02834e75acbbad9cdf0aad2 Mon Sep 17 00:00:00 2001 From: Carlos Santiago <5726971+csantiago132@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:27:03 -0500 Subject: [PATCH] fix(config): adds branch names --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fd5b66..38b3ca2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,10 @@ on: push: branches: - main + - alpha + - beta + - canary + - pre/rc jobs: lint: