We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75445e commit 4797e86Copy full SHA for 4797e86
2 files changed
.github/workflows/continuous.yml
@@ -1,9 +1,12 @@
1
name: continuous
2
3
on:
4
+ push:
5
+ branches:
6
+ - main
7
pull_request:
8
branches:
- - master
9
10
- 'release/*'
11
12
jobs:
@@ -18,6 +21,7 @@ jobs:
18
21
- uses: actions/setup-dotnet@v4
19
22
with:
20
23
dotnet-version: |
24
+ 5.0.x
25
6.0.x
26
27
- name: Cache .nuke/temp, ~/.nuget/packages
.github/workflows/release.yml
@@ -28,6 +28,7 @@ jobs:
28
29
30
31
32
33
34
0 commit comments