Skip to content

Commit 418feb6

Browse files
ci: always run semantic pr check
Signed-off-by: Mathew Wicks <[email protected]>
1 parent 93365f3 commit 418feb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/semantic-prs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Semantic PRs
33
on:
44
pull_request_target:
55
types:
6+
- edited
67
- opened
78
- reopened
8-
- edited
9+
- synchronize
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}

0 commit comments

Comments
 (0)