We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653a8cf commit 7b378f9Copy full SHA for 7b378f9
1 file changed
.github/workflows/main.yml
@@ -42,6 +42,7 @@ jobs:
42
43
- name: Action | Semantic Version Release
44
id: release
45
+ if: github.ref == 'refs/heads/main'
46
run: |
47
# 1. Run the versioning logic
48
uv run semantic-release version
0 commit comments