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.
This commit is contained in:
Malte Poll 2024-02-12 11:12:05 +01:00
parent b4c8a1aee0
commit bf7d7a55dc

View file

@ -18,6 +18,7 @@ env:
on:
pull_request:
push:
tags:
branches:
- main