From e3d3925c02655cbe2e9d995379aaa21688c34c7f Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Mon, 18 Nov 2024 13:49:38 +0100 Subject: [PATCH] chore: change nx default base to master --- .github/workflows/ci.yaml | 2 -- nx.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2fdc851e..4d7578b39 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,11 +3,9 @@ on: pull_request: branches: - master - - nx push: branches: - master - - nx jobs: install: diff --git a/nx.json b/nx.json index 208ea8b1f..97484615c 100644 --- a/nx.json +++ b/nx.json @@ -24,7 +24,7 @@ "cache": true } }, - "defaultBase": "origin/nx", + "defaultBase": "origin/master", "plugins": [ { "plugin": "@nx/eslint/plugin",