Skip to content

Commit 29ad95b

Browse files
authored
Merge pull request #99 from chvmvd/disable-prettier-actions-in-pr
Disable Prettier GitHub Actions on PR
2 parents f494b13 + 6f37ffb commit 29ad95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prettier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Prettier
33

44
on:
55
push:
6-
pull_request:
7-
branches: [master, main]
6+
# pull_request:
7+
# branches: [master, main]
88

99
jobs:
1010
prettier:

0 commit comments

Comments
 (0)