Skip to content

Commit b7368ef

Browse files
authored
update gh action
1 parent 3a57d52 commit b7368ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
with:
2020
ref: ${{ github.event.pull_request.head.sha }}
21-
if: ${{ github.event_name == 'pull_request_target' && github.base_ref == 'refs/heads/main' }}
21+
if: ${{ github.event_name == 'pull_request_target' }}
2222
- uses: actions/setup-node@v2
2323
with:
2424
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)