Skip to content

Commit 2997ea5

Browse files
authored
CI: only run semver for program (#139)
1 parent aa5c602 commit 2997ea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
run: pnpm zx ./scripts/rust/test.mjs "${{ inputs.package_path }}"
6868

6969
- name: Check semver
70+
if: ${{ inputs.package_path == 'program' }}
7071
run: pnpm rust:semver ${{ inputs.package_path }} --release-type ${{ inputs.level }}
7172

7273
publish:

0 commit comments

Comments
 (0)