Skip to content

Commit f2f74aa

Browse files
committed
default features
Signed-off-by: Andrew Duffy <[email protected]>
1 parent b4ca075 commit f2f74aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/semver.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Semver check
22
on:
33
pull_request: { }
44
push:
5-
branches: [ "develop" ]
5+
branches: ["develop"]
66

77
jobs:
88
semver:
@@ -24,3 +24,4 @@ jobs:
2424
uses: obi1kenobi/cargo-semver-checks-action@v2
2525
with:
2626
baseline-version: '${{ steps.latest_release.outputs.BASELINE}}'
27+
feature-group: default-features

0 commit comments

Comments
 (0)