Skip to content

Commit

Permalink
ci: always run semantic pr check
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <thesuperzapper@users.noreply.github.com>
  • Loading branch information
thesuperzapper committed Apr 28, 2023
1 parent 93365f3 commit 418feb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semantic-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: Semantic PRs
on:
pull_request_target:
types:
- edited
- opened
- reopened
- edited
- synchronize

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}
Expand Down

0 comments on commit 418feb6

Please sign in to comment.