Skip to content

Commit b085297

Browse files
Update PR code format (#83)
1 parent d101eab commit b085297

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pr-code-format.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: "Check code formatting"
2+
23
on:
3-
pull_request_target:
4+
pull_request:
45
branches:
5-
- main
6+
- npu/release/18.x
67

78
permissions:
8-
pull-requests: write
9+
contents: read
910

1011
jobs:
1112
code_formatter:

0 commit comments

Comments
 (0)