1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

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: on:
pull_request: pull_request:
push: push:
tags:
branches: branches:
- main - main