Skip to content

Commit 53ea219

Browse files
boomanaiden154tstellar
authored andcommitted
[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. (cherry picked from commit 4b34558)
1 parent 70ed103 commit 53ea219

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)