Skip to content

Commit f2b4e48

Browse files
authored
Update verify-collection-configs.yml
1 parent 3d68350 commit f2b4e48

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/verify-collection-configs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Verify Collection Configs
22

33
on:
4-
pull_request_target:
4+
push:
55
paths:
66
- 'configs/collections/**'
77
workflow_dispatch:
@@ -16,8 +16,6 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19-
with:
20-
ref: ${{ github.event.pull_request.head.sha }}
2119

2220
- uses: pnpm/action-setup@v4
2321
name: Install pnpm

0 commit comments

Comments
 (0)