From c8b56a55000738f8d461c856e6edcf20d8ab55f0 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Fri, 3 Nov 2023 12:44:19 -0700 Subject: [PATCH] tags --- .github/workflows/dotnet.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 542387a..f9517aa 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -3,11 +3,15 @@ name: CI Build on: push: branches: [ "main" ] + tags: + - "v*.*.*" pull_request: branches: [ "main" ] jobs: build: + permissions: + contents: write runs-on: windows-latest steps: