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: