Skip to content

Commit

Permalink
fix(cicd): enabled manual trigger of package pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JBBianchi committed Nov 29, 2023
1 parent 1496a3d commit e12525f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/js-package-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Pipeline for JS packages

on:
workflow_dispatch:
inputs:
package:
required: true
type: string
workflow_call:
inputs:
package:
Expand Down

0 comments on commit e12525f

Please sign in to comment.