adds workflow to pushes w/ tag
This commit is contained in:
parent
1cca2df119
commit
1e09221bc0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dotnet-build-test.yml
vendored
2
.github/workflows/dotnet-build-test.yml
vendored
|
|
@ -3,6 +3,8 @@ name: ci build and test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue