Skip to content

Commit fdc1192

Browse files
committed
build on tags
1 parent e2780f2 commit fdc1192

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: DotNet
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
push:
8+
branches:
9+
- master
10+
tags:
11+
- '*'
412

513
jobs:
614
test:

0 commit comments

Comments
 (0)