Skip to content

Commit

Permalink
publish on tag only
Browse files Browse the repository at this point in the history
  • Loading branch information
willhaines committed Feb 14, 2024
1 parent 15302fe commit c80bf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
path: ${{ steps.merlin.outputs.rpm_dir_path }}

publish-rpms:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
needs:
- build-naemon
Expand All @@ -55,5 +56,4 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: 'x86_64/*'
commit: ${{ github.sha }}

0 comments on commit c80bf81

Please sign in to comment.