Skip to content

Commit 4b3b445

Browse files
committed
Update Build Stuff for V7-Main (#474)
* Update MonoAotValidation.yml * Update codecov.yml * Update dotnet.yml * Update stryker.yml
1 parent 3255b87 commit 4b3b445

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/MonoAotValidation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Mono Aot Validation
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, main-v7 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, main-v7 ]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Code Coverage
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, main-v7 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, main-v7 ]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: .NET
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, main-v7 ]
66
pull_request:
7+
branches: [ main, main-v7 ]
78
workflow_dispatch:
89

910
jobs:

.github/workflows/stryker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Mutation Testing
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, main-v7 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, main-v7 ]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)