Skip to content

Commit 246c1f4

Browse files
author
fabien.menager
committed
Fix references to master
1 parent 8a3d3ff commit 246c1f4

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/dotnet-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: dotnet test
55

66
on:
77
push:
8-
branches: [ "master" ]
8+
branches: [ "main" ]
99
pull_request:
10-
branches: [ "master" ]
10+
branches: [ "main" ]
1111

1212
jobs:
1313
build:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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' }}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,19 +134,19 @@ Legend :
134134

135135
SQL 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

139139
PostgreSQL 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

143143
SQLite 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

147147
MySQL 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

0 commit comments

Comments
 (0)