ci: remove conditional for checking tags

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
simonsan 2024-02-02 14:12:57 +01:00
parent 3f8a544d44
commit 2d77520f7a
No known key found for this signature in database
GPG Key ID: E11D13668EC3B71B

View File

@ -22,7 +22,7 @@ env:
jobs:
publish:
if: ${{ github.repository_owner == 'rustic-rs' && github.ref == 'refs/tags/' }}
if: ${{ github.repository_owner == 'rustic-rs' }}
name: Publishing ${{ matrix.job.target }}
runs-on: ${{ matrix.job.os }}
strategy: