Skip to content

Commit

Permalink
Merge pull request #2101 from Hyperkid123/nx-default-base
Browse files Browse the repository at this point in the history
chore: change nx default base to master
  • Loading branch information
Hyperkid123 authored Nov 18, 2024
2 parents 79f8524 + e3d3925 commit 1235242
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
pull_request:
branches:
- master
- nx
push:
branches:
- master
- nx

jobs:
install:
Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cache": true
}
},
"defaultBase": "origin/nx",
"defaultBase": "origin/master",
"plugins": [
{
"plugin": "@nx/eslint/plugin",
Expand Down

0 comments on commit 1235242

Please sign in to comment.