From 46ee2c6dd0f740435d4712fa9e413fe7a324e7da Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Sat, 29 Oct 2022 19:12:27 +0200 Subject: [PATCH] ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76549d4..ea5c4e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Node.js CI on: push: - branches: [monorepo] + branches: [feature/monorepo] pull_request: branches: [main]