Skip to content

Commit a449843

Browse files
authored
Update Dotnet_template.yml
1 parent 2fabbde commit a449843

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/Dotnet_template.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
name: CI
2-
3-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
tags:
7+
- v*.*.*
8+
pull_request:
9+
branches:
10+
- master
411

512
jobs:
613
dotnet-template-azure-iot-edge-module:
714
name: dotnet-template-azure-iot-edge-module
815
runs-on: ubuntu-latest
916
steps:
1017
- uses: actions/checkout@v2
18+
- uses: actions/setup-dotnet@v1
19+
with:
20+
dotnet-version: '3.1'
1121
- run: mkdir -p .nuget
1222
- name: Download nuget
1323
run:

0 commit comments

Comments
 (0)