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]