Skip to content

Commit

Permalink
ci: remove conditional for checking tags
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Feb 2, 2024
1 parent 3f8a544 commit 2d77520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2d77520

Please sign in to comment.