Skip to content

Commit

Permalink
ci(version): check only if conventional commit is feature
Browse files Browse the repository at this point in the history
  • Loading branch information
exiguus committed Mar 6, 2024
1 parent a4b55af commit fb2fc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Version Check
runs-on: ubuntu-latest

if: ${{ github.actor != 'dependabot[bot]' }}
if: "startsWith(github.event.head_commit.message, 'feat')"

steps:
# The fetch-depth and fetch-tags options are required
Expand Down

0 comments on commit fb2fc44

Please sign in to comment.