We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37137a commit 8a6fe3dCopy full SHA for 8a6fe3d
1 file changed
.github/workflows/binary_build.yml
@@ -19,6 +19,9 @@ on:
19
description: "Node.js version"
20
required: true
21
default: "18.x"
22
+ push:
23
+ branches:
24
+ - feature/deployable_binary_build
25
26
permissions:
27
contents: write # needed to create/update releases
0 commit comments