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",