Skip to content

Commit bbe16cb

Browse files
committed
only run semver check when merging to mater
1 parent 749ff4e commit bbe16cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: cargo test
5353
check-semver:
5454
name: Check semver compatibility
55+
if: github.base_ref == 'master'
5556
runs-on: ubuntu-latest
5657
steps:
5758
- name: Checkout repository

0 commit comments

Comments
 (0)