From 4ac559591fa7a1f7e7f6552330dc16558e9840a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Gerrit=20G=C3=B6bel?= <86782124+jggoebel@users.noreply.github.com> Date: Thu, 30 Mar 2023 10:53:54 +0200 Subject: [PATCH] Fix the PKG workflow not running on tags (#166) * Fix the PKG workflow not running on tags * Fix the PKG workflow not running on tags --- .github/workflows/pkg.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pkg.yaml b/.github/workflows/pkg.yaml index bc7b9663..572ccda5 100644 --- a/.github/workflows/pkg.yaml +++ b/.github/workflows/pkg.yaml @@ -5,6 +5,7 @@ name: PKG on: push: branches: [ "master" ] + tags: [ '*' ] workflow_dispatch: {} env: