Skip to content

Commit 4797e86

Browse files
committed
Enable CI for main branch
1 parent f75445e commit 4797e86

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/continuous.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: continuous
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58
branches:
6-
- master
9+
- main
710
- 'release/*'
811

912
jobs:
@@ -18,6 +21,7 @@ jobs:
1821
- uses: actions/setup-dotnet@v4
1922
with:
2023
dotnet-version: |
24+
5.0.x
2125
6.0.x
2226
2327
- name: Cache .nuke/temp, ~/.nuget/packages

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- uses: actions/setup-dotnet@v4
2929
with:
3030
dotnet-version: |
31+
5.0.x
3132
6.0.x
3233
3334
- name: Cache .nuke/temp, ~/.nuget/packages

0 commit comments

Comments
 (0)