Skip to content

Commit

Permalink
only run semver check when merging to mater
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtlawrence committed Jan 17, 2024
1 parent 749ff4e commit bbe16cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run: cargo test
check-semver:
name: Check semver compatibility
if: github.base_ref == 'master'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit bbe16cb

Please sign in to comment.