Skip to content

Commit

Permalink
ci: Fix disabled pr-title check (#79)
Browse files Browse the repository at this point in the history
The check that validates a PR's title was enabled for "main" instead of
"master"
  • Loading branch information
ABorgna authored Oct 30, 2024
1 parent 7e49d13 commit 7c6fc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Conventional Commits format
on:
pull_request_target:
branches:
- main
- master
types:
- opened
- edited
Expand Down

0 comments on commit 7c6fc2e

Please sign in to comment.