Skip to content

Commit a6145c0

Browse files
committed
ci: auto-fix
1 parent a545e2a commit a6145c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/auto-fix.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: auto-fix
22

33
on:
44
pull_request:
5+
branches:
6+
- master
57
push:
68
branches:
79
- master
@@ -15,7 +17,8 @@ jobs:
1517
steps:
1618
- uses: actions/checkout@v4
1719
with:
18-
ref: ${{ github.head_ref }}
20+
ref: ${{ github.event.pull_request.head.ref }}
21+
clean: false
1922

2023
- uses: pnpm/action-setup@v4
2124

@@ -34,4 +37,4 @@ jobs:
3437
- name: Commit
3538
uses: stefanzweifel/git-auto-commit-action@v5
3639
with:
37-
commit_message: "ci(lint): auto-fix"
40+
commit_message: 'ci(lint): auto-fix'

0 commit comments

Comments
 (0)