Skip to content

Commit f29bed7

Browse files
authored
gh actions: PR head commit instead of merge
1 parent e2b87ca commit f29bed7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
name: Check package on Node.js ${{ matrix.node }}
1212
steps:
1313
- uses: actions/checkout@v2
14+
with:
15+
ref: ${{ github.event.pull_request.head.sha }}
1416
- uses: actions/setup-node@v2
1517
with:
1618
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)