Skip to content

Commit

Permalink
run pkg on release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
density215 committed Jan 19, 2024
1 parent 31be1a4 commit 20c6c02
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 20c6c02

Please sign in to comment.