Skip to content

Commit

Permalink
Fix the PKG workflow not running on tags (hobbyfarm#166)
Browse files Browse the repository at this point in the history
* Fix the PKG workflow not running on tags

* Fix the PKG workflow not running on tags
  • Loading branch information
jggoebel authored Mar 30, 2023
1 parent efee4e9 commit 4ac5595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: PKG
on:
push:
branches: [ "master" ]
tags: [ '*' ]
workflow_dispatch: {}

env:
Expand Down

0 comments on commit 4ac5595

Please sign in to comment.