From fdc1192d2d9411d2600e4f32b828357f539dfa7d Mon Sep 17 00:00:00 2001 From: Joseph Petersen Date: Mon, 5 Oct 2020 17:17:38 +0200 Subject: [PATCH] build on tags --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c4f7480..d6b9e4a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,14 @@ name: DotNet -on: [push, pull_request] +on: + pull_request: + branches: + - master + push: + branches: + - master + tags: + - '*' jobs: test: