Skip to content

Commit 4b34558

Browse files
[Github] Fix triggers formatting in code format action
A recent comment modified the job to only run on the main branch, but the formatting was slightly off, causing the job to not run. This patch fixes the formatting so the job will run as expected.
1 parent db060ab commit 4b34558

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,7 +1,8 @@
11
name: "Check code formatting"
2-
on: pull_request_target
3-
branches:
4-
- main
2+
on:
3+
pull_request_target:
4+
branches:
5+
- main
56

67
permissions:
78
pull-requests: write

0 commit comments

Comments
 (0)