mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
ci: remove conditional for checking tags
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
parent
3f8a544d44
commit
2d77520f7a
2
.github/workflows/release-cd.yml
vendored
2
.github/workflows/release-cd.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user