Skip to content

Commit d958af5

Browse files
committed
Improve CI workflow and save money
1 parent 7d5b7df commit d958af5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conventional-commit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Conventional Commit
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened, ready_for_review]
5+
types:
6+
- edited
7+
- opened
68

79
jobs:
810
conventional-commit:

0 commit comments

Comments
 (0)