Skip to content

Commit add691a

Browse files
committed
Fix master branch used in workflows, we only have main
1 parent 2b82510 commit add691a

8 files changed

+16
-16
lines changed

.github/workflows/BitMono.API.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
tags:
66
- "*"
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
paths:
1010
- '.github/workflows/BitMono.API.yaml'
1111
- 'src/BitMono.API/**'
1212
- 'src/props/**'
1313
pull_request:
14-
branches: [ master ]
14+
branches: [ main ]
1515
paths:
1616
- '.github/workflows/BitMono.API.yaml'
1717
- 'src/BitMono.API/**'

.github/workflows/BitMono.Core.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
tags:
66
- "*"
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
paths:
1010
- '.github/workflows/BitMono.Core.yaml'
1111
- 'src/BitMono.Core/**'
1212
- 'src/props/**'
1313
pull_request:
14-
branches: [ master ]
14+
branches: [ main ]
1515
paths:
1616
- '.github/workflows/BitMono.Core.yaml'
1717
- 'src/BitMono.Core/**'

.github/workflows/BitMono.Host.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
tags:
66
- "*"
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
paths:
1010
- '.github/workflows/BitMono.Host.yaml'
1111
- 'src/BitMono.Host/**'
1212
- 'src/props/**'
1313
pull_request:
14-
branches: [ master ]
14+
branches: [ main ]
1515
paths:
1616
- '.github/workflows/BitMono.Host.yaml'
1717
- 'src/BitMono.Host/**'

.github/workflows/BitMono.Obfuscation.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
tags:
66
- "*"
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
paths:
1010
- '.github/workflows/BitMono.Obfuscation.yaml'
1111
- 'src/BitMono.Obfuscation/**'
1212
- 'src/props/**'
1313
pull_request:
14-
branches: [ master ]
14+
branches: [ main ]
1515
paths:
1616
- '.github/workflows/BitMono.Obfuscation.yaml'
1717
- 'src/BitMono.Obfuscation/**'

.github/workflows/BitMono.Protections.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
tags:
66
- "*"
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
paths:
1010
- '.github/workflows/BitMono.Protections.yaml'
1111
- 'src/BitMono.Protections/**'
1212
- 'src/props/**'
1313
pull_request:
14-
branches: [ master ]
14+
branches: [ main ]
1515
paths:
1616
- '.github/workflows/BitMono.Protections.yaml'
1717
- 'src/BitMono.Protections/**'

.github/workflows/BitMono.Runtime.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
tags:
66
- "*"
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
paths:
1010
- '.github/workflows/BitMono.Runtime.yaml'
1111
- 'src/BitMono.Runtime/**'
1212
- 'src/props/**'
1313
pull_request:
14-
branches: [ master ]
14+
branches: [ main ]
1515
paths:
1616
- '.github/workflows/BitMono.Runtime.yaml'
1717
- 'src/BitMono.Runtime/**'

.github/workflows/BitMono.Shared.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
tags:
66
- "*"
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
paths:
1010
- '.github/workflows/BitMono.Shared.yaml'
1111
- 'src/BitMono.Shared/**'
1212
- 'src/props/**'
1313
pull_request:
14-
branches: [ master ]
14+
branches: [ main ]
1515
paths:
1616
- '.github/workflows/BitMono.Shared.yaml'
1717
- 'src/BitMono.Shared/**'

.github/workflows/BitMono.Utilities.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
tags:
66
- "*"
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
paths:
1010
- '.github/workflows/BitMono.Utilities.yaml'
1111
- 'src/BitMono.Utilities/**'
1212
- 'src/props/**'
1313
pull_request:
14-
branches: [ master ]
14+
branches: [ main ]
1515
paths:
1616
- '.github/workflows/BitMono.Utilities.yaml'
1717
- 'src/BitMono.Utilities/**'

0 commit comments

Comments
 (0)