Skip to content

Commit 7db5c80

Browse files
committed
update
1 parent 592aef6 commit 7db5c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: pkg.pr.new stats
22

33
on:
44
push:
5-
pull_request:
65

76
jobs:
87
stats:
@@ -60,6 +59,7 @@ jobs:
6059
counts.repos.add(item.repo);
6160
6261
// Count PR numbers and branch names
62+
console.log(item.ref);
6363
if (/^\d+$/.test(item.ref)) {
6464
counts.prNumbers += 1;
6565
} else {

0 commit comments

Comments
 (0)