diff --git a/.github/workflows/dotnet-build-test.yml b/.github/workflows/dotnet-build-test.yml index 0c5fec0..9df423f 100644 --- a/.github/workflows/dotnet-build-test.yml +++ b/.github/workflows/dotnet-build-test.yml @@ -3,6 +3,8 @@ name: ci build and test on: push: branches: [ "master" ] + tags: + - 'v*' pull_request: branches: [ "master" ]