Skip to content

Commit

Permalink
Fix publish workflow logic
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht committed Mar 30, 2024
1 parent eea4073 commit 968c058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Conditional step for spiffe module
- name: Publish spiffe
if: startsWith(github.ref, 'refs/tags/spiffe-')
if: startsWith(github.ref, 'refs/tags/spiffe-') && !startsWith(github.ref, 'refs/tags/spiffe-tls-')
run: |
cd spiffe
make build
Expand Down

0 comments on commit 968c058

Please sign in to comment.