Skip to content

Commit 919962b

Browse files
committed
feat: add workflow_call
1 parent cde1af8 commit 919962b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/commitlint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Organization Commit Message Lint
22

33
on:
4+
workflow_call:
45
push:
5-
branches: [main, develop]
6+
branches: [main]
67
pull_request:
78
types: [opened, synchronize, edited, reopened]
89

0 commit comments

Comments
 (0)