Skip to content

Commit 4833d77

Browse files
committed
Fix error in Prettier Actions
1 parent ce3a820 commit 4833d77

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/prettier.yml

Lines changed: 2 additions & 4 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:
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: Checkout Code
1515
uses: actions/checkout@v3
16-
with:
17-
ref: ${{ github.head_ref }}
1816

1917
- name: Cache Node Modules
2018
uses: actions/cache@v3

0 commit comments

Comments
 (0)