Skip to content

Commit 9fec082

Browse files
committed
feat: update pull-request-code-checks to run only when pr is approved
1 parent f6488fd commit 9fec082

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request-code-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: pull-request-code-checks
22

33
on:
4-
pull_request:
4+
pull_request_review:
55
branches:
66
- main
7+
types: [ submitted ]
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)