File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: dotnet test
55
66on :
77 push :
8- branches : [ "master " ]
8+ branches : [ "main " ]
99 pull_request :
10- branches : [ "master " ]
10+ branches : [ "main " ]
1111
1212jobs :
1313 build :
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 steps :
1515 - uses : actions/checkout@v4
1616
17- - name : Verify commit exists in origin/master
17+ - name : Verify commit exists in origin/main
1818 run : |
1919 git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
20- git branch --remote --contains | grep origin/master
20+ git branch --remote --contains | grep origin/main
2121
2222 - name : Set Version Variable
2323 if : ${{ github.ref_type == 'tag' }}
Original file line number Diff line number Diff line change @@ -134,19 +134,19 @@ Legend :
134134
135135SQL Server results with 500 000 rows :
136136
137- ![ bench-sqlserver.png] ( https://raw.githubusercontent.com/PhenX/PhenX.EntityFrameworkCore.BulkInsert/refs/heads/master /images/bench-sqlserver.png )
137+ ![ bench-sqlserver.png] ( https://raw.githubusercontent.com/PhenX/PhenX.EntityFrameworkCore.BulkInsert/refs/heads/main /images/bench-sqlserver.png )
138138
139139PostgreSQL results with 500 000 rows :
140140
141- ![ bench-postgresql.png] ( https://raw.githubusercontent.com/PhenX/PhenX.EntityFrameworkCore.BulkInsert/refs/heads/master /images/bench-postgresql.png )
141+ ![ bench-postgresql.png] ( https://raw.githubusercontent.com/PhenX/PhenX.EntityFrameworkCore.BulkInsert/refs/heads/main /images/bench-postgresql.png )
142142
143143SQLite results with 500 000 rows :
144144
145- ![ bench-sqlite.png] ( https://raw.githubusercontent.com/PhenX/PhenX.EntityFrameworkCore.BulkInsert/refs/heads/master /images/bench-sqlite.png )
145+ ![ bench-sqlite.png] ( https://raw.githubusercontent.com/PhenX/PhenX.EntityFrameworkCore.BulkInsert/refs/heads/main /images/bench-sqlite.png )
146146
147147MySQL results with 500 000 rows :
148148
149- ![ bench-mysql.png] ( https://raw.githubusercontent.com/PhenX/PhenX.EntityFrameworkCore.BulkInsert/refs/heads/master /images/bench-mysql.png )
149+ ![ bench-mysql.png] ( https://raw.githubusercontent.com/PhenX/PhenX.EntityFrameworkCore.BulkInsert/refs/heads/main /images/bench-mysql.png )
150150
151151## Contributing
152152
You can’t perform that action at this time.
0 commit comments