From ab83b6c13bfde77048669e7bd53e05844f46dfa1 Mon Sep 17 00:00:00 2001 From: Minh Huy Tran Date: Sat, 14 Dec 2024 07:29:31 +0000 Subject: [PATCH] feat(ci): fix minor ci activation. --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index c82be8a..84d99d0 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -4,11 +4,11 @@ on: push: branches: + - main - master pull_request: branches: - - master - - feature/keygen_aux + - main jobs: build: