From bf7d7a55dcdac6ec6326a084a400c1ac17f6c650 Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:12:05 +0100 Subject: [PATCH] ci: run CICD workflow on tag creation Fixes 4d2bdf4. For a release to be triggered, the workflow has to run with GITHUB_REF=refs/tags/X.Y.Z, which was disabled by limiting the push trigger to a branch. --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 4968d06a7..8157b4f37 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -18,6 +18,7 @@ env: on: pull_request: push: + tags: branches: - main