We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7045dc commit 60c5456Copy full SHA for 60c5456
1 file changed
.github/workflows/binary_build.yml
@@ -1,8 +1,7 @@
1
name: Build & Publish Frontend Binaries
2
-
3
- on:
4
- release:
5
- types: [published] # Triggers when a release is published
+on:
+ release:
+ types: [published] # Triggers when a release is published
6
inputs:
7
npm_build_string:
8
description: "NPM build script to run (e.g. build:fda:prod)"
0 commit comments