From 20c6c021e3257b2c4b6a0ac8e24129cb1f2bddd1 Mon Sep 17 00:00:00 2001 From: Jasper den Hertog Date: Fri, 19 Jan 2024 10:49:46 +0100 Subject: [PATCH] run pkg on release tag --- .github/workflows/pkg.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index 5d73ae3..b3a4f2a 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -1,11 +1,9 @@ name: Packaging on: - # push: - # branches: - # - main - # tags: - # - v* + push: + tags: + - v* # Triggering on PRs and arbitrary branch pushes is not enabled because most of the time only the CI build should be # triggered, not the packaging build. In cases where you want to test changes to this workflow this trigger enables