From 4a81b82081fa73ce40d9a4d315427b3bbfdbef55 Mon Sep 17 00:00:00 2001 From: FantasticFiasco Date: Tue, 17 Oct 2023 08:01:40 +0200 Subject: [PATCH] wip --- .github/workflows/ci-cd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index aac704b0..6c9a5964 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -9,10 +9,12 @@ on: - src/** - test/** - Directory.Build.props + tags: + - "**" workflow_dispatch: permissions: - contents: write # Needed for the release script to create a release + contents: write # Needed to create a GitHub Release jobs: build: