Skip to content

Commit

Permalink
fixes #13: Match on feature/** instead of feature/*.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsqd committed Jul 31, 2024
1 parent fcf1cd6 commit 32dc9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-validation.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ on:
# Commit message validation requires a target branch which is only available in a PR.
pull_request:
branches:
- 'feature/*'
- 'feature/**'

jobs:
validate:

0 comments on commit 32dc9df

Please sign in to comment.