Skip to content

Commit

Permalink
ci: add milestoned to commitlint required workflow to enable ci on re…
Browse files Browse the repository at this point in the history
…lease pr (#39)
  • Loading branch information
zachariahmiller committed Feb 24, 2024
1 parent 56dcfb0 commit 6875231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Metadata
on:
pull_request:
branches: [main]
types: [opened, edited, synchronize]
types: [milestoned, opened, edited, synchronize]

jobs:
title_check:
Expand Down

0 comments on commit 6875231

Please sign in to comment.