Skip to content

Commit fe29d01

Browse files
ci: run matrix node version test on release PR (#480)
1 parent a5c3e86 commit fe29d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
test-supported-node-versions:
4242
uses: ./.github/workflows/reusable-test.yml
4343
# for release PR run tests on all supported node versions
44-
if: startsWith(github.ref_name,'release-please--')
44+
if: startsWith(github.head_ref,'release-please--')
4545
strategy:
4646
matrix:
4747
node-version: ['22', '24']

0 commit comments

Comments
 (0)