ci: do not upload ci on release builds

This commit is contained in:
André Roth
2024-09-21 15:46:21 +02:00
parent 769150dec6
commit f5dda668e3

View File

@@ -168,7 +168,7 @@ jobs:
make dpkg DEBARCH=${{ matrix.arch }}
- name: "Publish CI release to aptly"
if: github.ref == 'refs/heads/master'
if: steps.releasetype.outputs.RELEASETYPE == 'ci' && github.ref == 'refs/heads/master'
env:
APTLY_USER: ${{ secrets.APTLY_USER }}
APTLY_PASSWORD: ${{ secrets.APTLY_PASSWORD }}