Skip to content

Commit 7b378f9

Browse files
committed
chore: add condition to semantic release
1 parent 653a8cf commit 7b378f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242

4343
- name: Action | Semantic Version Release
4444
id: release
45+
if: github.ref == 'refs/heads/main'
4546
run: |
4647
# 1. Run the versioning logic
4748
uv run semantic-release version

0 commit comments

Comments
 (0)