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