Skip to content

Commit

Permalink
only upload .deb on release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Mar 8, 2024
1 parent c786efc commit bbf4701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
ubuntu_version=${{ matrix.ubuntu_versions }}
- name: Upload .deb to release
if: matrix.pkg_mgr == 'apt' && matrix.ubuntu_versions == '22.04'
if: github.event_name == 'release' && matrix.pkg_mgr == 'apt' && matrix.ubuntu_versions == '22.04'
uses: alexellis/upload-assets@0.4.0
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit bbf4701

Please sign in to comment.