Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
@@ -352,7 +352,7 @@ jobs:

tag-latest-snapshot:
name: Tag commit associated with latest snapshot version on Clojars
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name != 'pull_request' && github.ref != 'refs/heads/main' }}
needs: [set-shared-outputs, clojars]
runs-on: ubuntu-latest

0 comments on commit 83c04c2

Please sign in to comment.