We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c29b8 commit 6ba2cd3Copy full SHA for 6ba2cd3
.github/workflows/nodejs.yml
@@ -5,6 +5,7 @@ name: Node CI
5
on:
6
push:
7
branches: [ main ]
8
+ tags: [ "v*" ] # have tools scan this stable version
9
pull_request:
10
workflow_dispatch:
11
0 commit comments